diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-12-13 19:36:25 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-03-27 00:36:31 +0100 |
commit | 7cd8fbcca519ee90c84e84dd4fb2f348174e3092 (patch) | |
tree | 845f36271d35fcdd2e9f35515a055c5a45562430 /source4/libcli/ldap/ldap_bind.c | |
parent | 99e8bea5d5d475bdfa730fc260b2660a8f97b4d8 (diff) | |
download | samba-7cd8fbcca519ee90c84e84dd4fb2f348174e3092.tar.gz samba-7cd8fbcca519ee90c84e84dd4fb2f348174e3092.tar.xz samba-7cd8fbcca519ee90c84e84dd4fb2f348174e3092.zip |
s4:libcli: 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/libcli/ldap/ldap_bind.c')
-rw-r--r-- | source4/libcli/ldap/ldap_bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |