summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
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."));
}