]> git.zerfleddert.de Git - rsbs2/commitdiff
don't make up valid card-aliases...
authorMichael Gernoth <michael@gernoth.net>
Thu, 5 Feb 2009 09:42:36 +0000 (10:42 +0100)
committerMichael Gernoth <michael@gernoth.net>
Thu, 5 Feb 2009 09:42:36 +0000 (10:42 +0100)
rsbs2.pl

index 35f836a2b2849b143f333796a6f8288c5ea0252e..debcc8744051d85aaa8d2ab4c1eb6ccbec22cec4 100755 (executable)
--- a/rsbs2.pl
+++ b/rsbs2.pl
@@ -508,7 +508,7 @@ while (defined($ARGV[0])) {
        }
 }
 
-if ($valid_arg && (!defined(${$Config{$hostalias}}{'host'}))) {
+if ($valid_arg && (!defined($Config{$hostalias}))) {
        $valid_arg = 0;
 }
 
Impressum, Datenschutz