diff options
| -rwxr-xr-x | perl-install/standalone/finish-install | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
