... and don't forget to propagate it thru
This commit is contained in:
parent
9a2e664c54
commit
7c00e154b6
@ -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 <espie@openbsd.org>
|
||||
#
|
||||
@ -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}}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user