summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b0c4dd)
raw | patch | inline | side by side (parent: 1b0c4dd)
author | Florian Forster <octo@noris.net> | |
Wed, 26 Aug 2009 08:34:08 +0000 (10:34 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Wed, 26 Aug 2009 09:13:24 +0000 (11:13 +0200) |
contrib/cussh.pl | patch | blob | history |
diff --git a/contrib/cussh.pl b/contrib/cussh.pl
index 3f1f7c80e14bdeae93519cbefb2ba9ed4373e3dc..7357ad785e327ee71e73bc80e59602d46665dc6e 100755 (executable)
--- a/contrib/cussh.pl
+++ b/contrib/cussh.pl
$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";