smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

sccp: Stop the t_int timer as well

This commit is contained in:
Holger Hans Peter Freyther 2011-06-22 19:38:27 +02:00
parent 15896e05e2
commit cfae3fca95
1 changed files with 2 additions and 1 deletions

View File

@ -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].
]
]