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:
Michael Jerris 2009-02-11 17:19:49 +00:00
parent a37b99f072
commit 16d87679e4
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
Wed Feb 11 11:19:18 CST 2009
Wed Feb 11 11:19:42 CST 2009

View File

@ -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);