]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for netr_LogonSamLogonEx.
authorGünther Deschner <gd@samba.org>
Sat, 16 Feb 2008 12:58:38 +0000 (13:58 +0100)
committerGünther Deschner <gd@samba.org>
Sat, 16 Feb 2008 13:26:34 +0000 (14:26 +0100)
Guenther

source/librpc/idl/netlogon.idl

index be95652eb300ee64f89440d5aa28a6bffd174cec..6095160ec7a9795604aa9f2d1051685e8dfcedc9 100644 (file)
@@ -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,