aboutsummaryrefslogtreecommitdiffstats
path: root/SCCPHandler.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-22 19:38:27 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-06-22 19:38:27 +0200
commitcfae3fca95c6a02d10f624448f893b6842d53b68 (patch)
treee73fdad7eee4e7a65bee0acda0ca1d993cff63e9 /SCCPHandler.st
parent15896e05e2640fc6fc69fa8ff05e8a7224cc4488 (diff)
sccp: Stop the t_int timer as well
Diffstat (limited to 'SCCPHandler.st')
-rw-r--r--SCCPHandler.st3
1 files changed, 2 insertions, 1 deletions
diff --git a/SCCPHandler.st b/SCCPHandler.st
index 4723b70..66c4cd4 100644
--- a/SCCPHandler.st
+++ b/SCCPHandler.st
@@ -197,7 +197,8 @@ My timeout values can be seen in ITU Q.714 Annex C.4'>
t_ias ifNotNil: [t_ias cancel].
t_iar ifNotNil: [t_iar cancel].
t_rel ifNotNil: [t_rel cancel].
- t_repeat_rel ifNotNil: [t_repeat_rel cancel]
+ t_repeat_rel ifNotNil: [t_repeat_rel cancel].
+ t_int ifNotNil: [t_int cancel].
]
]