diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-04-10 23:08:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:29 -0500 |
commit | e7dd6a12913464fd752ddb94bd2f553f14007c74 (patch) | |
tree | 9dc0e9ec0216521d7a488ff905658b9d23138f06 /source4/librpc/idl | |
parent | fc1b6bae230c583cdf2f06dae63d221849b33655 (diff) | |
download | samba-e7dd6a12913464fd752ddb94bd2f553f14007c74.tar.gz samba-e7dd6a12913464fd752ddb94bd2f553f14007c74.tar.bz2 samba-e7dd6a12913464fd752ddb94bd2f553f14007c74.zip |
r6287: sorted out a small but surprisingly tricky dependency problem with the
ndr code for handling sids and security descriptors now that we have a
sid in the nbt IDL
(This used to be commit f8e77fcdeac704aed5e501aa9108f3ed0ab26ca4)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/nbt.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index d2e32f6881..5876eb77ca 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -391,9 +391,7 @@ typedef [flag(NDR_NOALIGN),public] struct { nbt_netlogon_command command; - uint8 pad; + [value(0)] uint8 pad; [switch_is(command)] nbt_netlogon_request req; } nbt_netlogon_packet; - - void nbt_netlogon([in] nbt_netlogon_packet logon); } |