From fad2f405f64e0f6d2abfd71fa1bfafa60e0c3069 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 6 Jan 2004 13:34:48 +0000 Subject: add missing argument --- perl-install/standalone/logdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index e78809b10..8289ac8aa 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -439,7 +439,7 @@ sub alert_config() { }, }, }; - $w->process($wiz); + $w->process($wiz, $in); $options{SERVICES} = join ':', grep { $services_to_check{$_} } sort keys %services_to_check; -- cgit v1.2.1