From: Howard Chu Date: Fri, 25 Nov 2005 20:52:25 +0000 (+0000) Subject: op->ors_slimit is always intact now. X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~690 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4f156182017a5ef20ba9d03c4691e471be686a97;p=openldap op->ors_slimit is always intact now. --- diff --git a/servers/slapd/overlays/accesslog.c b/servers/slapd/overlays/accesslog.c index 91a04b9b61..26bb076946 100644 --- a/servers/slapd/overlays/accesslog.c +++ b/servers/slapd/overlays/accesslog.c @@ -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: