summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/modem.pm2
1 files changed, 1 insertions, 1 deletions
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}} = {};