summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-27 11:01:55 +0100
committerGünther Deschner <gd@samba.org>2008-03-27 11:04:56 +0100
commit6f16288a70407cde88e5dfdc4ca1f6331cb159de (patch)
tree7b32f6fa7f088c2f780c4b7224611f3202dc5b64 /source3
parent3c213a1f8d7da283a48574eabcd3f81b46ea7b74 (diff)
downloadsamba-6f16288a70407cde88e5dfdc4ca1f6331cb159de.tar.gz
samba-6f16288a70407cde88e5dfdc4ca1f6331cb159de.tar.bz2
samba-6f16288a70407cde88e5dfdc4ca1f6331cb159de.zip
Use netr_LogonControlCode in netr_LogonControl2().
Guenther (This used to be commit 8474ef334fd0ff05ee67a49ad7c39687117b49d9)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/netlogon.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl
index 2a7b14c7e3..60be98945d 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -835,7 +835,7 @@ interface netlogon
WERROR netr_LogonControl2(
[in,unique] [string,charset(UTF16)] uint16 *logon_server,
- [in] uint32 function_code,
+ [in] netr_LogonControlCode function_code,
[in] uint32 level,
[in,ref][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION *data,
[out,ref][switch_is(level)] netr_CONTROL_QUERY_INFORMATION *query