summaryrefslogtreecommitdiff
path: root/source3/libsmb/passchange.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libsmb/passchange.c')
-rw-r--r--source3/libsmb/passchange.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/passchange.c b/source3/libsmb/passchange.c
index 9f46c131fe..8bce9c86a1 100644
--- a/source3/libsmb/passchange.c
+++ b/source3/libsmb/passchange.c
@@ -144,6 +144,8 @@ BOOL remote_password_change(const char *remote_machine, const char *user_name,
init_creds(&creds, "", "", NULL);
cli_init_creds(&cli, &creds);
+ cli.pipe_auth_flags = 0;
+
result = NT_STATUS_UNSUCCESSFUL;
/* OK, this is ugly, but... */