summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
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';