From f31fed54311355559f8b9234863daa78edce465e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 6 Jun 2005 03:22:11 +0000 Subject: new netconnect API --- perl-install/printer/printerdrake.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'perl-install/printer/printerdrake.pm') diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index 2d3eba81b..076ec9314 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -4162,11 +4162,7 @@ sub check_network { if ($::isInstall) { my $o = $in; require network::netconnect; - network::netconnect::main( - $o->{netcnx} ||= {}, - $in, $o->{modules_conf}, $o->{netc}, $o->{mouse}, - $o->{intf}); -# my ($prefix, $netcnx, $in, $o_netc, $o_mouse, $o_intf, $o_first_time, $o_noauto) = @_; + network::netconnect::real_main($o->{net}, $o, $o->{modules_conf}); } else { system("/usr/sbin/drakconnect"); } -- cgit v1.2.1