From 634fe0bf599454c203fd64e9f634e8a3d3abf1c5 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Thu, 17 Feb 2005 13:20:41 +0000 Subject: Tiny bugfixes. --- lib/Smokeping/probes/RemoteFPing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Smokeping') diff --git a/lib/Smokeping/probes/RemoteFPing.pm b/lib/Smokeping/probes/RemoteFPing.pm index c23591e..10df472 100644 --- a/lib/Smokeping/probes/RemoteFPing.pm +++ b/lib/Smokeping/probes/RemoteFPing.pm @@ -82,7 +82,7 @@ sub probevars { my $h = $class->SUPER::probevars; $h->{rbinary} = $h->{binary}; delete $h->{binary}; - delete $h->{rbinary}{sub}; # we can't check the remote program's -x bit + delete $h->{rbinary}{_sub}; # we can't check the remote program's -x bit @{$h->{_mandatory}} = map { $_ ne 'binary' ? $_ : 'rbinary' } @{$h->{_mandatory}}; return $class->_makevars($h, { _mandatory => [ 'binary', 'rhost' ], -- cgit v1.2.3-24-g4f1b