From 074cd38a7402670a15ba92fd9feb7bd391a79cbc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Jan 2004 22:56:14 +0000 Subject: code simplification due to previous assertion --- perl-install/network/netconnect.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index c77a788f9..a63532738 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1032,9 +1032,9 @@ ifdown eth0 if ($use_wizard) { require wizards; $wiz->{var} = { - netc => $o_netc || {}, - mouse => $o_mouse || {}, - intf => $o_intf || {}, + netc => $netc, + mouse => $mouse, + intf => $intf, }; wizards->new->safe_process($wiz, $in); } -- cgit v1.2.1