forked from Mirrors/freeswitch
Wed Jan 28 12:27:47 CST 2009 Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
* Added a comment about suspicious timeout calculation code git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11858 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a37b99f072
commit
16d87679e4
@ -1 +1 @@
|
||||
Wed Feb 11 11:19:18 CST 2009
|
||||
Wed Feb 11 11:19:42 CST 2009
|
||||
|
@ -456,6 +456,7 @@ su_duration_t su_base_port_step(su_port_t *self, su_duration_t tout)
|
||||
if (self->sup_timers)
|
||||
su_timer_expire(&self->sup_timers, &tout, now);
|
||||
|
||||
/* XXX: why isn't the timeout ignored here? */
|
||||
if (self->sup_deferrable)
|
||||
su_timer_expire(&self->sup_deferrable, &tout, now);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user