From d1e4255e7067c9a2ffac8239303275089f597344 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 26 May 2005 11:55:40 +0000 Subject: check_iptables() doesn't need a $in object anymore --- perl-install/standalone/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 8239d18bf..84c8b07d7 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -390,7 +390,7 @@ sub gw_disable() { sub gw_configure() { #- test for potential conflict with previous firewall config - if (network::shorewall::check_iptables($in)) { + if (network::shorewall::check_iptables()) { $in->ask_warn(N("Firewalling configuration detected!"), N("Warning! An existing firewalling configuration has been detected. You may need some manual fixes after installation.")); } -- cgit v1.2.1