summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-02-26 00:29:14 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-02-26 00:29:14 +0100
commitb3e2473cc1a5d1dcf84632758741f6e4f7933c55 (patch)
tree4c0b172079e171dd7c8eb99c99561988cee5ee4f /lib/Smokeping.pm
parent30f47a24f4ee7cd5f825ae9e14891920a6cd8bca (diff)
downloadsmokeping-b3e2473cc1a5d1dcf84632758741f6e4f7933c55.tar.gz
smokeping-b3e2473cc1a5d1dcf84632758741f6e4f7933c55.tar.xz
cosmetic fix ..
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 309f6ea..7263399 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -4160,8 +4160,8 @@ KID:
}
}
if (defined $myprobe) {
- $offset = $probes->{$myprobe}->offset || 'random';
- $step = $probes->{$myprobe}->step;
+ $offset = $probes->{$myprobe}->offset() || 'random';
+ $step = $probes->{$myprobe}->step();
$0 .= " [$myprobe]" if $changeprocessnames;
} else {
$offset = $cfg->{General}{offset} || 'random';