summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-12-13 19:37:32 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-03-27 00:36:32 +0100
commit01575faf678d4280733c2a4c657e370b9b847b69 (patch)
tree9e17666d74b9c58e4ffa945ca22f89c666d42609 /source4/utils
parent338332ec2966eb083621b10dd8a2cc0c8f26634b (diff)
downloadsamba-01575faf678d4280733c2a4c657e370b9b847b69.tar.gz
s4:ntlm_auth: make use of gensec_update_ev()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/utils')
-rw-r--r--source4/utils/ntlm_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c
index 1e2feb0bc19..f44e782f664 100644
--- a/source4/utils/ntlm_auth.c
+++ b/source4/utils/ntlm_auth.c
@@ -635,7 +635,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
return;
}
- nt_status = gensec_update(state->gensec_state, mem_ctx, ev, in, &out);
+ nt_status = gensec_update_ev(state->gensec_state, mem_ctx, ev, in, &out);
/* don't leak 'bad password'/'no such user' info to the network client */
nt_status = nt_status_squash(nt_status);