From bb3836a67f7b61f22b5ec036da52a0077d933343 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 28 Oct 2008 15:18:53 +0100 Subject: s4-smbtorture: fix test_LogonUasLogon. Guenther --- source3/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index ea8319b620..d6c3bd4374 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -46,7 +46,7 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *server_name, [in] [string,charset(UTF16)] uint16 account_name[], [in] [string,charset(UTF16)] uint16 workstation[], - [out,ref] netr_UasInfo *info + [out,ref] netr_UasInfo **info ); -- cgit