summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-17 18:18:57 +0200
committerGünther Deschner <gd@samba.org>2008-04-17 18:49:30 +0200
commit452789ca801867e3ad99101f81180a468902d90b (patch)
tree3491d0e80f2f9cb1e5387caee5a875bb9ccb2c3c /source3/librpc
parent2e1e83b4c0744bbd0974ab6cccf1f7fec516773c (diff)
downloadsamba-452789ca801867e3ad99101f81180a468902d90b.tar.gz
samba-452789ca801867e3ad99101f81180a468902d90b.tar.bz2
samba-452789ca801867e3ad99101f81180a468902d90b.zip
IDL: add dom_sid0 to security.idl (hand merge from samba4).
Guenther (This used to be commit 3e7f302d807905d75949c934d2325cd65d53e6b2)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/security.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/idl/security.idl b/source3/librpc/idl/security.idl
index c4c30e9b5a..c1dfe272e9 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)
]