summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-16 13:58:38 +0100
committerGünther Deschner <gd@samba.org>2008-02-16 14:26:34 +0100
commit6df300bfb26e8d038c86779f205d2b6cf33d3336 (patch)
tree6ceaeacda4fcbc8ecddb4891f45c87dc40ebef21 /source3/librpc
parentf4b7d78d1165ecc4cf404ad2915432c7af12ddb3 (diff)
downloadsamba-6df300bfb26e8d038c86779f205d2b6cf33d3336.tar.gz
samba-6df300bfb26e8d038c86779f205d2b6cf33d3336.tar.bz2
samba-6df300bfb26e8d038c86779f205d2b6cf33d3336.zip
Fix IDL for netr_LogonSamLogonEx.
Guenther (This used to be commit 6564d78c4504c0191c25dba03c381a8b3591aab5)
Diffstat (limited to 'source3/librpc')
-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 be95652eb3..6095160ec7 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -1256,7 +1256,7 @@ interface netlogon
[in,unique] [string,charset(UTF16)] uint16 *server_name,
[in,unique] [string,charset(UTF16)] uint16 *computer_name,
[in] uint16 logon_level,
- [in] [switch_is(logon_level)] netr_LogonLevel logon,
+ [in,ref] [switch_is(logon_level)] netr_LogonLevel *logon,
[in] uint16 validation_level,
[out,ref] [switch_is(validation_level)] netr_Validation *validation,
[out,ref] uint8 *authoritative,