summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-12-04 00:38:23 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-12-04 00:38:23 +0100
commitdaeb391ff2c9e47f656a8089b326625d43ffc5a3 (patch)
tree8ff8f735c7aa6f1363673dd46171231a4de524af /lib/Smokeping.pm
parent9edc0ff6eaa82d51970299a76106952e9bc4ac2a (diff)
downloadsmokeping-daeb391ff2c9e47f656a8089b326625d43ffc5a3.tar.gz
smokeping-daeb391ff2c9e47f656a8089b326625d43ffc5a3.tar.xz
removed excess )
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
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'