]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
IDL: add dom_sid0 to security.idl (hand merge from samba4).
authorGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 16:18:57 +0000 (18:18 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 16:49:30 +0000 (18:49 +0200)
Guenther

source/librpc/idl/security.idl

index c4c30e9b5a5adc30c0b72864d5d6b85d2bfe4c11..c1dfe272e939c40479e7377f0459c7c834730ab8 100644 (file)
@@ -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)
 ]