From f00533a1411a01fdbd09fa3d5d31c945b3dbe05e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 17 Feb 2005 17:22:58 +0000 Subject: remove unneeded test --- perl-install/network/shorewall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/shorewall.pm b/perl-install/network/shorewall.pm index 8ea4ef113..4b76f230a 100644 --- a/perl-install/network/shorewall.pm +++ b/perl-install/network/shorewall.pm @@ -73,7 +73,7 @@ sub default_interfaces { my ($in) = @_; my %conf; my $card_netconnect = get_net_device() || "eth0"; - defined $card_netconnect and log::l("[drakgw] Information from netconnect: ignore card $card_netconnect"); + log::l("[drakgw] Information from netconnect: ignore card $card_netconnect"); my @l = detect_devices::getNet() or return; -- cgit v1.2.1