From 41ae426bddaa63e884dfab84e7a6702be4a063a3 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Thu, 5 Feb 2009 10:42:36 +0100 Subject: [PATCH] don't make up valid card-aliases... --- rsbs2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsbs2.pl b/rsbs2.pl index 35f836a..debcc87 100755 --- 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; } -- 2.39.2