summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-07-31 13:20:13 +0200
committerAndrew Bartlett <abartlet@samba.org>2013-08-05 17:48:02 +1200
commitcfeeb3ce3de5d1df07299fb83327ae258da0bf8d (patch)
tree4dbe0e917a5e13ff1663b8a3d2060270467bd21f /source3/utils
parentb3cd44d50cff99fa77611679d68d2d57434fefa4 (diff)
downloadsamba-cfeeb3ce3de5d1df07299fb83327ae258da0bf8d.tar.gz
samba-cfeeb3ce3de5d1df07299fb83327ae258da0bf8d.tar.bz2
samba-cfeeb3ce3de5d1df07299fb83327ae258da0bf8d.zip
s3:ntlm_auth: remove pointless credentials->priv_data = NULL;
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/ntlm_auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c
index 62cba621fb..8f51a1a0b3 100644
--- a/source3/utils/ntlm_auth.c
+++ b/source3/utils/ntlm_auth.c
@@ -228,7 +228,6 @@ static const char *get_password(struct cli_credentials *credentials)
/* Ask for a password */
x_fprintf(x_stdout, "PW\n");
- credentials->priv_data = NULL;
manage_squid_request(NUM_HELPER_MODES /* bogus */, NULL, NULL, manage_gensec_get_pw_request, (void **)&password);
talloc_steal(credentials, password);