mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 01:02:53 -05:00
ITS#8971 most exops have no reqDN
This commit is contained in:
parent
765dfaf0e4
commit
f052e94593
1 changed files with 2 additions and 1 deletions
|
|
@ -1526,7 +1526,8 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
|
|||
|
||||
e = accesslog_entry( op, rs, li, logop, &op2 );
|
||||
|
||||
attr_merge_one( e, ad_reqDN, &op->o_req_dn, &op->o_req_ndn );
|
||||
if ( !BER_BVISEMPTY( &op->o_req_ndn ))
|
||||
attr_merge_one( e, ad_reqDN, &op->o_req_dn, &op->o_req_ndn );
|
||||
|
||||
if ( rs->sr_text ) {
|
||||
ber_str2bv( rs->sr_text, 0, 0, &bv );
|
||||
|
|
|
|||
Loading…
Reference in a new issue