diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-08-23 07:12:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:16 -0500 |
commit | 8460fc7df9cf24d44b6878789f0dc511f8f98811 (patch) | |
tree | 3f1d644331743810c5830a401d21908d1b1ad5f5 /source4/librpc | |
parent | ae95563caf8f1c3e1ae4c88558732520c2c5df06 (diff) | |
download | samba-8460fc7df9cf24d44b6878789f0dc511f8f98811.tar.gz samba-8460fc7df9cf24d44b6878789f0dc511f8f98811.tar.bz2 samba-8460fc7df9cf24d44b6878789f0dc511f8f98811.zip |
r1995: a ndrdump file from abartlet make it clear that this isn't a pointer
to a uint32, there're two uint32 with 0x00000000
metze
(This used to be commit 80f27766cb6d2c4e00232f7e3d5cde75ad84d094)
Diffstat (limited to 'source4/librpc')
-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 b9f0bd7e7a..0d21357c19 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -952,7 +952,7 @@ interface netlogon [in] unistr *computer_name, [in,out,ref] netr_Authenticator *credential, [in] uint32 unknown1, - [in] uint32 *i1, + [in] uint32 i1[2], [in] uint32 level, [in,switch_is(level)] netr_DomainQuery query, [out,switch_is(level)] netr_DomainInfo info |