From: Douglas Bagnall Date: Wed, 8 May 2019 03:52:31 +0000 (+1200) Subject: s4/ldap_bind: notice backend init failure X-Git-Tag: tdb-1.4.1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a82f924179ec39f5a6fcd443ffc2f23736cd3a6a;p=thirdparty%2Fsamba.git s4/ldap_bind: notice backend init failure This should silence CID 1418508 and CID 1418512 Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/source4/ldap_server/ldap_bind.c b/source4/ldap_server/ldap_bind.c index 7694ff4aab5..5cddecd79be 100644 --- a/source4/ldap_server/ldap_bind.c +++ b/source4/ldap_server/ldap_bind.c @@ -599,6 +599,7 @@ static void ldapsrv_BindSASL_done(struct tevent_req *subreq) "SASL Bind: Failed to advise " "ldb new credentials"); result = LDB_ERR_OPERATIONS_ERROR; + goto do_reply; } if (context != NULL) {