]> git.sur5r.net Git - openldap/commitdiff
op->ors_slimit is always intact now.
authorHoward Chu <hyc@openldap.org>
Fri, 25 Nov 2005 20:52:25 +0000 (20:52 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 25 Nov 2005 20:52:25 +0000 (20:52 +0000)
servers/slapd/overlays/accesslog.c

index 91a04b9b61e88a2b6133ce1ae14667346067fa1c..26bb076946ce6db9597487161db1b2fe4c649643 100644 (file)
@@ -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: