From 7c00e154b60e3185fdb30e4f0623d4d030e0200a Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 4 Jan 2013 12:49:06 +0000 Subject: [PATCH] ... and don't forget to propagate it thru --- infrastructure/lib/DPB/Reporter.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/lib/DPB/Reporter.pm b/infrastructure/lib/DPB/Reporter.pm index 43db34889de..87d14383820 100644 --- a/infrastructure/lib/DPB/Reporter.pm +++ b/infrastructure/lib/DPB/Reporter.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Reporter.pm,v 1.12 2013/01/04 12:06:25 espie Exp $ +# $OpenBSD: Reporter.pm,v 1.13 2013/01/04 12:49:06 espie Exp $ # # Copyright (c) 2010 Marc Espie # @@ -339,8 +339,8 @@ sub go_write_home sub report { - my $self = shift; - $self->limit(0, 100, "REP", 1, + my ($self, $force) = @_; + $self->limit($force, 100, "REP", 1, sub { my $msg = ""; for my $prod (@{$self->{producers}}) {