diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-11-22 12:01:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:04 -0500 |
commit | 201393fd8bd2d044ae082b2b57a183279af1a87e (patch) | |
tree | 97d22696dffbce69d5f63c68e35e3dffe9103505 /source4/librpc/idl | |
parent | b6b61cec790e19862a600b023327d72dd33b3cb4 (diff) | |
download | samba-201393fd8bd2d044ae082b2b57a183279af1a87e.tar.gz samba-201393fd8bd2d044ae082b2b57a183279af1a87e.tar.bz2 samba-201393fd8bd2d044ae082b2b57a183279af1a87e.zip |
r3908: We know that this field is a flag of some kind, and matches the output on LSA.
Andrew Bartlett
(This used to be commit e3dce0f5be9d43d84d60e8402344dadd079f1e47)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 27ba53ff8b..45632a022d 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -502,7 +502,7 @@ interface netlogon netr_String unknown2; netr_String unknown3; netr_String unknown4; - uint32 unknown5; + uint32 flags; uint32 unknown6; uint32 unknown7; uint32 unknown8; |