contrib/cussh.pl: Fix a typo in the `FLUSH' command.
authorFlorian Forster <octo@noris.net>
Wed, 26 Aug 2009 08:34:08 +0000 (10:34 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 26 Aug 2009 09:13:24 +0000 (11:13 +0200)
contrib/cussh.pl

index 3f1f7c8..7357ad7 100755 (executable)
@@ -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";