summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-03-03 13:27:20 +0000
committerDaouda Lo <daouda@mandriva.com>2004-03-03 13:27:20 +0000
commit97050d0f59477cd1cea656af6982727a07604ea4 (patch)
tree35d65ea260b7dd49b4992db6384c54e5fec88565 /mdkonline
parentfe44d3782f63d650bfb6a78ecfeb7d6afed9b09d (diff)
downloadmgaonline-97050d0f59477cd1cea656af6982727a07604ea4.tar
mgaonline-97050d0f59477cd1cea656af6982727a07604ea4.tar.gz
mgaonline-97050d0f59477cd1cea656af6982727a07604ea4.tar.bz2
mgaonline-97050d0f59477cd1cea656af6982727a07604ea4.tar.xz
mgaonline-97050d0f59477cd1cea656af6982727a07604ea4.zip
- consistencies
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline3
1 files changed, 1 insertions, 2 deletions
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
);
-
}