summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_netlogon.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-21 15:02:03 +0200
committerGünther Deschner <gd@samba.org>2008-08-21 15:06:38 +0200
commitf2564f1dcc553b3bdf062355899362ce13951c6a (patch)
treee7fd595019a6da6bd23cd89be94d152f8c674be8 /source3/librpc/gen_ndr/cli_netlogon.c
parentdec6bc8f4487f99143a248acec33b896ce68e44d (diff)
downloadsamba-f2564f1dcc553b3bdf062355899362ce13951c6a.tar.gz
samba-f2564f1dcc553b3bdf062355899362ce13951c6a.tar.bz2
samba-f2564f1dcc553b3bdf062355899362ce13951c6a.zip
re-run make idl.
Guenther (This used to be commit f24cef9fa7be45212744d39b7c66804e64147afd)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_netlogon.c')
-rw-r--r--source3/librpc/gen_ndr/cli_netlogon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/cli_netlogon.c b/source3/librpc/gen_ndr/cli_netlogon.c
index 2ddb165bec..d6ac8b9ede 100644
--- a/source3/librpc/gen_ndr/cli_netlogon.c
+++ b/source3/librpc/gen_ndr/cli_netlogon.c
@@ -1504,9 +1504,9 @@ NTSTATUS rpccli_netr_ServerPasswordSet2(struct rpc_pipe_client *cli,
const char *account_name /* [in] [charset(UTF16)] */,
enum netr_SchannelType secure_channel_type /* [in] */,
const char *computer_name /* [in] [charset(UTF16)] */,
- struct netr_Authenticator credential /* [in] */,
- struct netr_CryptPassword new_password /* [in] */,
- struct netr_Authenticator *return_authenticator /* [out] [ref] */)
+ struct netr_Authenticator *credential /* [in] [ref] */,
+ struct netr_Authenticator *return_authenticator /* [out] [ref] */,
+ struct netr_CryptPassword *new_password /* [in] [ref] */)
{
struct netr_ServerPasswordSet2 r;
NTSTATUS status;