summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect6
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index e6f276624..b43156902 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -581,11 +581,7 @@ sub add_intf() {
$::isWizard = 1;
network::netconnect::load_conf($netcnx, $netc, $intf);
# network::netconnect::add_interface($in, $netcnx);
- eval { network::netconnect::main('', $netcnx, $in, $netc, undef, $intf) };
- my $err = $@;
- if ($err && $in->isa('interactive::gtk')) {
- err_dialog(N("Error"), N("An unexpected error has happened:\n%s", $err));
- }
+ network::netconnect::main('', $netcnx, $in, $netc, undef, $intf);
$in->exit(0);
}