]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Wed Jan 28 12:27:47 CST 2009 Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:19:49 +0000 (17:19 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:19:49 +0000 (17:19 +0000)
  * Added a comment about suspicious timeout calculation code

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11858 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/su/su_base_port.c

index 7bff30d8213912054df8b4448a92e57382e9a20f..fbeadfbc8cafafbe1b9ebdc6d936c21c2c8dc035 100644 (file)
@@ -1 +1 @@
-Wed Feb 11 11:19:18 CST 2009
+Wed Feb 11 11:19:42 CST 2009
index 0773ea6b48383124830255409551d65039600e37..babb4d9f13e9a6ed904c5e2da152074006704503 100644 (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);