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:
parent
858e9eee55
commit
a82f924179
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user