From 63746e561f4804236803986cc19de6664d95dc1c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 31 Aug 1999 22:52:13 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 2a37a4f0d..9620d0be1 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -140,7 +140,7 @@ sub configureNetwork($) { my @l = network::getNet() or return die _("no network card found"); my $last; foreach ($::expert ? @l : $l[0]) { - my $intf = network::findIntf($o->{intf}, $_); + my $intf = network::findIntf($o->{intf} ||= [], $_); add2hash($intf, $last); add2hash($intf, { NETMASK => '255.255.255.0' }); $o->configureNetworkIntf($intf); -- cgit v1.2.1