mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
op->ors_slimit is always intact now.
This commit is contained in:
parent
255f1e494f
commit
4f15618201
1 changed files with 3 additions and 1 deletions
|
|
@ -990,7 +990,9 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
|
|||
|
||||
bv.bv_len = sprintf( bv.bv_val, "%d", op->ors_tlimit );
|
||||
attr_merge_one( e, ad_reqTimeLimit, &bv, NULL );
|
||||
/* FIXME: slimit was zeroed by the backends */
|
||||
|
||||
bv.bv_len = sprintf( bv.bv_val, "%d", op->ors_slimit );
|
||||
attr_merge_one( e, ad_reqSizeLimit, &bv, NULL );
|
||||
break;
|
||||
|
||||
case LOG_EN_BIND:
|
||||
|
|
|
|||
Loading…
Reference in a new issue