summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-11 17:20:46 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-11 17:20:46 +0000
commit4cfd3f1c91dd3554936d77b175c61b38cda6936d (patch)
treedf18249bb61c5a8eb69304fdf721bb50dc738491
parent84b6811ea2832b93d9737f5ffbb1f28b3333a14e (diff)
downloaddrakx-backup-do-not-use-4cfd3f1c91dd3554936d77b175c61b38cda6936d.tar
drakx-backup-do-not-use-4cfd3f1c91dd3554936d77b175c61b38cda6936d.tar.gz
drakx-backup-do-not-use-4cfd3f1c91dd3554936d77b175c61b38cda6936d.tar.bz2
drakx-backup-do-not-use-4cfd3f1c91dd3554936d77b175c61b38cda6936d.tar.xz
drakx-backup-do-not-use-4cfd3f1c91dd3554936d77b175c61b38cda6936d.zip
(summary) fix network::shorewall::read() call (forget by florin when
he enable to choose the interface in drakfirewall)
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index c1984829e..4f41f8b0c 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1035,7 +1035,7 @@ sub summary {
label => N("Firewall"),
val => sub {
require network::shorewall;
- my $shorewall = network::shorewall::read();
+ my $shorewall = network::shorewall::read($o);
$shorewall && !$shorewall->{disabled} ? N("activated") : N("disabled");
},
clicked => sub {