From daeb391ff2c9e47f656a8089b326625d43ffc5a3 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Mon, 3 Dec 2007 23:38:23 +0000 Subject: removed excess ) --- lib/Smokeping.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 960874a..e497518 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -3956,7 +3956,7 @@ KID: do_debuglog("Sleeping $sleeptime seconds."); } sleep $sleeptime; - last if checkhup($multiprocessmode, $gothup) && reload_cfg($cfgfile) ); + last if checkhup($multiprocessmode, $gothup) && reload_cfg($cfgfile); } my $now = time; run_probes $probes, $myprobe; # $myprobe is undef if running without 'concurrentprobes' -- cgit v1.2.3-24-g4f1b