From dd1e2a3ad54b561128cbe4702a9e166f920f026d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jan 2003 10:02:09 +0000 Subject: fix unused vars --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 37da3f28c..e1551e4a9 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -234,7 +234,7 @@ sub summary { } #------------------------------------------------------------------------------ sub configureNetwork { - my ($clicked, $ent_number, $auto) = @_; + my ($_clicked, $_ent_number, $auto) = @_; #- get current configuration of network device. require network; eval { network::read_all_conf($o->{prefix}, $o->{netc} ||= {}, $o->{intf} ||= {}) }; -- cgit v1.2.1