From cddcc315433c262a54bbe769d281a0b9c0526d55 Mon Sep 17 00:00:00 2001 From: matteo Date: Thu, 13 Mar 2003 06:00:34 +0000 Subject: Thu Mar 13 07:00:01 CET 2003 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@152 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- tor2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tor2.c') diff --git a/tor2.c b/tor2.c index dc4139c..0d5bd98 100755 --- a/tor2.c +++ b/tor2.c @@ -1247,7 +1247,7 @@ static void tor2_intr(int irq, void *dev_id, struct pt_regs *regs) } i = tor->passno & 15; - if ((i >= 10) && (i <= 13)) + if ((i >= 10) && (i <= 13) && !(tor->passno & 0x30)) { j = 0; /* clear this alarm status */ i -= 10; -- cgit v1.2.3