From 7cd8fbcca519ee90c84e84dd4fb2f348174e3092 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 13 Dec 2013 19:36:25 +0100 Subject: s4:libcli: make use of gensec_update_ev() Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/libcli/ldap/ldap_bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/ldap/ldap_bind.c') diff --git a/source4/libcli/ldap/ldap_bind.c b/source4/libcli/ldap/ldap_bind.c index d82b7a1156..a96ea9f6ae 100644 --- a/source4/libcli/ldap/ldap_bind.c +++ b/source4/libcli/ldap/ldap_bind.c @@ -327,7 +327,7 @@ try_logon_again: struct ldap_request *req; int result = LDAP_OTHER; - status = gensec_update(conn->gensec, tmp_ctx, + status = gensec_update_ev(conn->gensec, tmp_ctx, conn->event.event_ctx, input, &output); -- cgit