From 97050d0f59477cd1cea656af6982727a07604ea4 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 3 Mar 2004 13:27:20 +0000 Subject: - consistencies --- mdkonline | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdkonline') diff --git a/mdkonline b/mdkonline index 3d42047f..9044f6ab 100755 --- a/mdkonline +++ b/mdkonline @@ -199,7 +199,7 @@ sub checkErrors { } sub setEntryWithConf { my %t = getVarsFromSh($wideconf); - foreach (qw(login machine)) { $o->{$_}->set_text($t{uc($_)}) } + foreach (qw(login machine)) { $o->{$_} and $o->{$_}->set_text($t{uc($_)}) } } sub sendConfig { # When we arrive here, we're sure the login/passwd is correct @@ -409,5 +409,4 @@ MACHINE=$boxname COUNTRY=$country LASTCHECK=$d ); - } -- cgit v1.2.1