summaryrefslogtreecommitdiffstats
path: root/proxy_wizard
diff options
context:
space:
mode:
authorNicolas Vigier <nvigier@mandriva.com>2008-03-18 18:25:33 +0000
committerNicolas Vigier <nvigier@mandriva.com>2008-03-18 18:25:33 +0000
commit30aa70984fca0400c9c3c40da294eab74b334280 (patch)
tree88ffd612e331b111960d969d1786eeeffa9bbdc0 /proxy_wizard
parent7ddceac8e26887c3b8b5aa027c326cc979fcc9f8 (diff)
downloaddrakwizard-30aa70984fca0400c9c3c40da294eab74b334280.tar
drakwizard-30aa70984fca0400c9c3c40da294eab74b334280.tar.gz
drakwizard-30aa70984fca0400c9c3c40da294eab74b334280.tar.bz2
drakwizard-30aa70984fca0400c9c3c40da294eab74b334280.tar.xz
drakwizard-30aa70984fca0400c9c3c40da294eab74b334280.zip
fix bug crash from #38937
Diffstat (limited to 'proxy_wizard')
-rwxr-xr-xproxy_wizard/Squid.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy_wizard/Squid.pm b/proxy_wizard/Squid.pm
index 2a315d96..107b8902 100755
--- a/proxy_wizard/Squid.pm
+++ b/proxy_wizard/Squid.pm
@@ -67,6 +67,7 @@ my $o = {
$in->ask_warn(N('Error'), $msg);
die 'wizcancel';
}
+ ($err, $msg)
},
needed_rpm => [ 'squid' ],
defaultimage => "/usr/share/mcc/themes/default/drakproxy-mdk.png",