summaryrefslogtreecommitdiff
path: root/source4/ldap_server
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2019-05-08 15:52:31 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-05-10 01:15:16 +0000
commita82f924179ec39f5a6fcd443ffc2f23736cd3a6a (patch)
tree7ac3b0d3f58d7f2b982db672eb82e8f2d1ed3dd4 /source4/ldap_server
parent858e9eee55882f073532660f1eb533bfa2166c0b (diff)
downloadsamba-a82f924179ec39f5a6fcd443ffc2f23736cd3a6a.tar.gz
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>
Diffstat (limited to 'source4/ldap_server')
-rw-r--r--source4/ldap_server/ldap_bind.c1
1 files changed, 1 insertions, 0 deletions
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) {