diff options
author | Günther Deschner <gd@samba.org> | 2008-02-13 12:29:24 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-13 14:19:56 +0100 |
commit | 24aeb67d5c89083a310892959273b681721d4d2b (patch) | |
tree | 90b6c9e5054229fe1ace6fb5bbbbfab42d3c8dd8 /source3 | |
parent | 4140f3213d678fa998d1cf6e6f1eaf4d5be7903a (diff) | |
download | samba-24aeb67d5c89083a310892959273b681721d4d2b.tar.gz samba-24aeb67d5c89083a310892959273b681721d4d2b.tar.bz2 samba-24aeb67d5c89083a310892959273b681721d4d2b.zip |
Fix IDL for netr_LogonControl2.
Guenther
(This used to be commit d16af5105d307ebb88190176d7f89971d0f40351)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index ae16884896..25118bc816 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -834,7 +834,7 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *logon_server, [in] uint32 function_code, [in] uint32 level, - [in][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION data, + [in,ref][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION *data, [out,ref][switch_is(level)] netr_CONTROL_QUERY_INFORMATION *query ); |