From b3e2473cc1a5d1dcf84632758741f6e4f7933c55 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Mon, 25 Feb 2008 23:29:14 +0000 Subject: cosmetic fix .. --- lib/Smokeping.pm | 4 ++-- 1 file 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'; -- cgit v1.2.3-24-g4f1b