1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4/ldap_bind: notice backend init failure

This should silence CID 1418508 and CID 1418512

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall 2019-05-08 15:52:31 +12:00 committed by Andrew Bartlett
parent 858e9eee55
commit a82f924179

View File

@ -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) {