diff options
author | Günther Deschner <gd@samba.org> | 2008-10-28 02:15:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-29 08:57:26 +0100 |
commit | 388952f82ced876abaed10aeed8c8266a443f05e (patch) | |
tree | cdac9fa62f0d92cefdefa5c66bd4f81e3c3f4935 /source4/librpc | |
parent | f0697b0ad55fb1915541bf15adc8a4954462f005 (diff) | |
download | samba-388952f82ced876abaed10aeed8c8266a443f05e.tar.gz samba-388952f82ced876abaed10aeed8c8266a443f05e.tar.bz2 samba-388952f82ced876abaed10aeed8c8266a443f05e.zip |
s4-netlogon: merge netr_LogonControl from s3 idl.
Guenther
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 d3a2945671..8d61c27903 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -857,7 +857,7 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *logon_server, [in] netr_LogonControlCode function_code, [in] uint32 level, - [out,switch_is(level)] netr_CONTROL_QUERY_INFORMATION info + [out,ref,switch_is(level)] netr_CONTROL_QUERY_INFORMATION *info ); |