diff options
-rw-r--r-- | perl-install/harddrake/autoconf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index de54451ad..fba5078cd 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -40,7 +40,7 @@ sub setup_ethernet_device { require network::connection_manager; my $net = {}; network::network::read_net_conf($net); - my $cmanager = network::connection_manager->new($in, $net, undef, undef); + my $cmanager = network::connection_manager->new($in, $net); $cmanager->set_connection($connection); # this will installed required packages |