summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-16 13:57:12 +0100
committerGünther Deschner <gd@samba.org>2008-02-16 14:26:11 +0100
commitf4b7d78d1165ecc4cf404ad2915432c7af12ddb3 (patch)
tree97cd06b941f014f322e9ed470a662783f8915005 /source3/librpc
parentc164f1dd804c6c554dd7f60b7000061da49a6879 (diff)
downloadsamba-f4b7d78d1165ecc4cf404ad2915432c7af12ddb3.tar.gz
samba-f4b7d78d1165ecc4cf404ad2915432c7af12ddb3.tar.bz2
samba-f4b7d78d1165ecc4cf404ad2915432c7af12ddb3.zip
Fix IDL for netr_LogonSamLogon.
Guenther (This used to be commit 188b81b3e053bbcb01bb13d9f185a45b75ac6365)
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 e5e789c965..be95652eb3 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -245,7 +245,7 @@ interface netlogon
[in,unique] netr_Authenticator *credential,
[in,out,unique] netr_Authenticator *return_authenticator,
[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