From: Günther Deschner Date: Thu, 17 Apr 2008 16:18:57 +0000 (+0200) Subject: IDL: add dom_sid0 to security.idl (hand merge from samba4). X-Git-Tag: samba-3.3.0pre1~2641^2~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e7f302d807905d75949c934d2325cd65d53e6b2;p=thirdparty%2Fsamba.git IDL: add dom_sid0 to security.idl (hand merge from samba4). Guenther --- diff --git a/source/librpc/idl/security.idl b/source/librpc/idl/security.idl index c4c30e9b5a5..c1dfe272e93 100644 --- a/source/librpc/idl/security.idl +++ b/source/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) ]