From e1472e0f69e0b826a99fd30c2d38fa02691f8967 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Jun 2005 00:09:56 +0000 Subject: adapt to network::netconnect::real_main() prototype change --- perl-install/standalone/finish-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index 212032e9f..57c303e0d 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -21,7 +21,7 @@ sub ask_network() { modules::load_category($modules_conf, 'net'); require network::netconnect; - network::netconnect::real_main('', $netcnx, $in, $modules_conf, $netc, undef, $intf); + network::netconnect::real_main($netcnx, $in, $modules_conf, $netc, undef, $intf); } sub ask_authentication() { -- cgit v1.2.1