diff options
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
1 files changed, 1 insertions, 1 deletions
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.")); } |