summaryrefslogtreecommitdiff
path: root/tor2.c
diff options
context:
space:
mode:
authormatteo <matteo@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-03-13 06:00:34 +0000
committermatteo <matteo@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-03-13 06:00:34 +0000
commitcddcc315433c262a54bbe769d281a0b9c0526d55 (patch)
treef3a4b69bbfcbad7f53007098c59d64306322c27f /tor2.c
parent6707996d1ada38fb52d4ad3920b6549d38277ce5 (diff)
Thu Mar 13 07:00:01 CET 2003
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@152 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'tor2.c')
-rwxr-xr-xtor2.c2
1 files changed, 1 insertions, 1 deletions
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;