summaryrefslogtreecommitdiff
path: root/tor2.c
diff options
context:
space:
mode:
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;