From 99e8bea5d5d475bdfa730fc260b2660a8f97b4d8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 13 Dec 2013 19:35:52 +0100 Subject: s4:ldap_server: make use of gensec_update_ev() Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/ldap_server/ldap_bind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/ldap_server') diff --git a/source4/ldap_server/ldap_bind.c b/source4/ldap_server/ldap_bind.c index e0db358b4f8..69a6b6153b0 100644 --- a/source4/ldap_server/ldap_bind.c +++ b/source4/ldap_server/ldap_bind.c @@ -202,8 +202,8 @@ static NTSTATUS ldapsrv_BindSASL(struct ldapsrv_call *call) input = *req->creds.SASL.secblob; } - status = gensec_update(conn->gensec, reply, conn->connection->event.ctx, - input, &output); + status = gensec_update_ev(conn->gensec, reply, conn->connection->event.ctx, + input, &output); /* Windows 2000 mmc doesn't like secblob == NULL and reports a decoding error */ resp->SASL.secblob = talloc(reply, DATA_BLOB); -- cgit v1.2.1