diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-03-03 13:27:20 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-03-03 13:27:20 +0000 |
commit | 97050d0f59477cd1cea656af6982727a07604ea4 (patch) | |
tree | 35d65ea260b7dd49b4992db6384c54e5fec88565 | |
parent | fe44d3782f63d650bfb6a78ecfeb7d6afed9b09d (diff) | |
download | mgaonline-97050d0f59477cd1cea656af6982727a07604ea4.tar mgaonline-97050d0f59477cd1cea656af6982727a07604ea4.tar.gz mgaonline-97050d0f59477cd1cea656af6982727a07604ea4.tar.bz2 mgaonline-97050d0f59477cd1cea656af6982727a07604ea4.tar.xz mgaonline-97050d0f59477cd1cea656af6982727a07604ea4.zip |
- consistencies
-rwxr-xr-x | mdkonline | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ); - } |