mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
fix previous commit
This commit is contained in:
parent
2d635156dc
commit
565110b249
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ authzid_response(
|
|||
}
|
||||
/* end of TEMPORARY! */
|
||||
|
||||
if ( rs->sr_err != LDAP_SUCCESS ) {
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
||||
if ( !BER_BVISEMPTY( &op->o_conn->c_dn ) ) {
|
||||
len = STRLENOF("dn:") + op->o_conn->c_dn.bv_len;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue