From 1275f71751148da1433ab6cc0c69124fb3d05baa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Dec 2004 12:49:17 +0000 Subject: don't pass prefix to network::netconnect::main() (it doesn't use it) --- perl-install/standalone/drakconnect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakconnect') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index dc9f96c91..bb45f2336 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -136,7 +136,7 @@ $window1->{window}->add( clicked => sub { local ($::isWizard, $::Wizard_finished) = (1, 1); eval { # For wizcancel - network::netconnect::main('', $netcnx, $in, $modules_conf, $netc, undef, $intf); + network::netconnect::main($netcnx, $in, $modules_conf, $netc, undef, $intf); $button_apply->set_sensitive(1); update(); }; @@ -660,7 +660,7 @@ sub check_field { sub add_intf() { $::isWizard = 1; - network::netconnect::main('', $netcnx, $in, $modules_conf, $netc, undef, $intf); + network::netconnect::main($netcnx, $in, $modules_conf, $netc, undef, $intf); $in->exit(0); } -- cgit v1.2.1