From bc5ebbad7b2cb06ebfd4e41bbf8872debd377bea Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Wed, 17 Sep 2003 13:09:50 +0000 Subject: remove deprecated function call (thanks to guillaume 'eagle eye' Cottenceau) --- perl-install/install_steps.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 86ab5e3ea..81ed75b39 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -629,7 +629,6 @@ sub configureNetwork { require network::netconnect; $o->{netcnx}{$_} = $o->{netc}{$_} foreach qw(NET_DEVICE NET_INTERFACE); - $o->{netcnx}{NET_INTERFACE} and network::netconnect::set_net_conf($o->{netcnx}, $o->{netc}); } } -- cgit v1.2.1