restore op before checking result (and, if necessary, bailing out)

This commit is contained in:
Pierangelo Masarati 2007-03-19 15:50:28 +00:00
parent 98fe6a81a0
commit 6420bcd7d7

View File

@ -781,13 +781,13 @@ ldap_back_getconn(
op->o_ndn = op->o_req_ndn;
}
isproxyauthz = ldap_back_is_proxy_authz( op, rs, sendok, binddn, bindcred );
if ( isproxyauthz == -1 ) {
return NULL;
}
if ( op->o_tag == LDAP_REQ_BIND ) {
op->o_dn = save_o_dn;
op->o_ndn = save_o_ndn;
}
if ( isproxyauthz == -1 ) {
return NULL;
}
lc_curr.lc_local_ndn = op->o_ndn;
/* Explicit binds must not be shared;