From 8460fc7df9cf24d44b6878789f0dc511f8f98811 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 23 Aug 2004 07:12:13 +0000 Subject: 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) --- source4/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl') 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 -- cgit