summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-03-17 16:30:49 +0000
committerDaouda Lo <daouda@mandriva.com>2004-03-17 16:30:49 +0000
commit750e175f7bc3722c1411e2c9065bec6f1598cb20 (patch)
treedee4635c98aacf765fbb00203e76c0e8b2fa1ba8 /mdkupdate
parent408c1ee9649f4a10cd2af4ffe3e6ecf97a3479ea (diff)
downloadmgaonline-750e175f7bc3722c1411e2c9065bec6f1598cb20.tar
mgaonline-750e175f7bc3722c1411e2c9065bec6f1598cb20.tar.gz
mgaonline-750e175f7bc3722c1411e2c9065bec6f1598cb20.tar.bz2
mgaonline-750e175f7bc3722c1411e2c9065bec6f1598cb20.tar.xz
mgaonline-750e175f7bc3722c1411e2c9065bec6f1598cb20.zip
- add separator in hash
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdkupdate b/mdkupdate
index 9b5aa0e0..d1f6e5c4 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -111,12 +111,12 @@ if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) {
},
82 => sub {
log::l("[mdkupdate] No active Online service found for this host.")
- }
+ },
83 => sub {
log::l("[mdkupdate] Unknown problem, better relaunch mdkonline wizard")
}
- }
- $action->{$u}->();
+ };
+ $action->{$u}->();
} else {
log::l(N("Connection problem")."\n" . N("MandrakeUpdate could not contact the site, we will try again."));
}