diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-02-26 00:29:14 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-02-26 00:29:14 +0100 |
commit | b3e2473cc1a5d1dcf84632758741f6e4f7933c55 (patch) | |
tree | 4c0b172079e171dd7c8eb99c99561988cee5ee4f | |
parent | 30f47a24f4ee7cd5f825ae9e14891920a6cd8bca (diff) | |
download | smokeping-b3e2473cc1a5d1dcf84632758741f6e4f7933c55.tar.gz smokeping-b3e2473cc1a5d1dcf84632758741f6e4f7933c55.tar.xz |
cosmetic fix ..
-rw-r--r-- | lib/Smokeping.pm | 4 |
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'; |