fix previous commit

This commit is contained in:
Pierangelo Masarati 2011-01-04 11:17:33 +00:00
parent 2d635156dc
commit 565110b249

View file

@ -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;
}