From: Florian Forster Date: Wed, 26 Aug 2009 08:34:08 +0000 (+0200) Subject: contrib/cussh.pl: Fix a typo in the `FLUSH' command. X-Git-Tag: collectd-4.6.5~16 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=522aa06512b8c20dfda353ef3a74defe5ec66e4a contrib/cussh.pl: Fix a typo in the `FLUSH' command. --- diff --git a/contrib/cussh.pl b/contrib/cussh.pl index 3f1f7c80..7357ad78 100755 --- a/contrib/cussh.pl +++ b/contrib/cussh.pl @@ -310,7 +310,7 @@ sub flush { $args{"timeout"} = $value; } elsif ($option eq "identifier") { - my $id = getid (\$value); + my $id = getid ($value); if (!$id) { print STDERR "Not a valid identifier: \"$value\"\n";