]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for netr_ServerPasswordSet.
authorGünther Deschner <gd@samba.org>
Wed, 13 Feb 2008 15:46:23 +0000 (16:46 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 13 Feb 2008 15:47:33 +0000 (16:47 +0100)
Guenther

source/librpc/idl/netlogon.idl

index 25118bc816d3b30730e3138fabf9e30d58981933..7f977a454b8980584c74091b79e046e1a40d827f 100644 (file)
@@ -298,9 +298,9 @@ interface netlogon
                [in]  [string,charset(UTF16)] uint16 account_name[],
                [in]  netr_SchannelType secure_channel_type,
                [in]  [string,charset(UTF16)] uint16 computer_name[],
-               [in]  netr_Authenticator credential,
-               [in]  samr_Password new_password,
-               [out,ref] netr_Authenticator *return_authenticator
+               [in,ref]  netr_Authenticator *credential,
+               [out,ref] netr_Authenticator *return_authenticator,
+               [in,ref] samr_Password *new_password
                );