From 4cfd3f1c91dd3554936d77b175c61b38cda6936d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Dec 2003 17:20:46 +0000 Subject: (summary) fix network::shorewall::read() call (forget by florin when he enable to choose the interface in drakfirewall) --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.1