From 452789ca801867e3ad99101f81180a468902d90b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 17 Apr 2008 18:18:57 +0200 Subject: [PATCH] IDL: add dom_sid0 to security.idl (hand merge from samba4). Guenther (This used to be commit 3e7f302d807905d75949c934d2325cd65d53e6b2) --- source3/librpc/idl/security.idl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/librpc/idl/security.idl b/source3/librpc/idl/security.idl index c4c30e9b5a5..c1dfe272e93 100644 --- a/source3/librpc/idl/security.idl +++ b/source3/librpc/idl/security.idl @@ -22,6 +22,9 @@ cpp_quote("#define dom_sid2 dom_sid") /* same struct as dom_sid but inside a 28 bytes fixed buffer in NDR */ cpp_quote("#define dom_sid28 dom_sid") +/* same struct as dom_sid but in a variable byte buffer, which is maybe empty in NDR */ +cpp_quote("#define dom_sid0 dom_sid") + [ pointer_default(unique) ] -- 2.11.4.GIT