From c56c380e6e2fcae6716b5836acf895f43e654c24 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 30 Aug 2005 19:25:09 +0000 Subject: fix isdn config in manage interface --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 20c190f7d..afbbe8911 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -277,7 +277,7 @@ sub build_tree { elsif ($interface eq 'isdn') { $intf->{pages} = { 'TCP/IP' => 1, 'Account' => 1, 'Modem' => 1, 'Options' => 1 }; network::isdn::read_config($intf); - $intf->{save} = sub { network::isdn::write_config($intf) }; + $intf->{save} = sub { network::isdn::write_config($in, $intf) }; } else { #- ethernet is default -- cgit v1.2.1