From 85654bf7f19e92daaef440fe589f8071eaadb9fc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 22 Oct 2003 15:34:07 +0000 Subject: fix steping back on choosing isdn card step --- perl-install/network/isdn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index 4605963cc..4cb500634 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -206,7 +206,7 @@ If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your card. $e = $in->ask_from_listf(N("ISDN Configuration"), N("Which of the following is your ISDN card?"), sub { $_[0]{description} }, - [ grep { $_->{card} eq $isdn->{card_type} } @isdndata ]) or goto isdn_ask_step_1b; + [ grep { $_->{card} eq $isdn->{card_type} } @isdndata ]) or goto ($isdn->{card_type} =~ /usb|pci/ ? 'isdn_ask_step_1' : 'isdn_ask_step_1b'); $e->{$_} and $isdn->{$_} = $e->{$_} foreach qw(driver type mem io io0 io1 irq firmware); isdn_ask_step_3: -- cgit v1.2.1