From 750e175f7bc3722c1411e2c9065bec6f1598cb20 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 17 Mar 2004 16:30:49 +0000 Subject: - add separator in hash --- mdkupdate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mdkupdate') 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.")); } -- cgit v1.2.1