From 14ac5279c32afea509eef62be374f52388de36cc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 29 Dec 2002 12:39:46 +0000 Subject: in network::modem::configure $intf is unused, rename it to $_intf --- perl-install/network/modem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/modem.pm') diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm index b277ccb56..ca4aca8f2 100644 --- a/perl-install/network/modem.pm +++ b/perl-install/network/modem.pm @@ -9,7 +9,7 @@ use network::tools; use Data::Dumper; sub configure { - my ($in, $netcnx, $mouse, $netc, $intf) = @_; + my ($in, $netcnx, $mouse, $netc, $_intf) = @_; $netcnx->{type} = 'modem'; my $modem = $netcnx->{$netcnx->{type}}; # $netcnx->{$netcnx->{type}} = {}; -- cgit v1.2.1