From 522aa06512b8c20dfda353ef3a74defe5ec66e4a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 26 Aug 2009 10:34:08 +0200 Subject: [PATCH] contrib/cussh.pl: Fix a typo in the `FLUSH' command. --- contrib/cussh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.11.0