[Freeswitch-svn] [commit] r8399 - in freeswitch/trunk/libs/sofia-sip: . libsofia-sip-ua/nta

Freeswitch SVN mikej at freeswitch.org
Wed May 14 14:16:19 EDT 2008


Author: mikej
Date: Wed May 14 14:16:19 2008
New Revision: 8399

Modified:
   freeswitch/trunk/libs/sofia-sip/.update
   freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c

Log:
Tue May 13 15:41:24 EDT 2008  Pekka Pessi <first.last at nokia.com>
  * nta.c: fixed outgoing retry timer



Modified: freeswitch/trunk/libs/sofia-sip/.update
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/.update	(original)
+++ freeswitch/trunk/libs/sofia-sip/.update	Wed May 14 14:16:19 2008
@@ -1 +1 @@
-Tue May 13 15:08:49 EDT 2008
+Wed May 14 14:16:11 EDT 2008

Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c	(original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta.c	Wed May 14 14:16:19 2008
@@ -8008,7 +8008,7 @@
   outgoing_queue_init(sa->sa_out.free = rq, 0);
 
   while ((orq = sa->sa_out.re_list)) {
-    if ((int32_t)(orq->orq_retry) - now > 0)
+    if ((int32_t)(orq->orq_retry - now) > 0)
       break;
     if (retransmitted >= timer_max_retransmit)
       break;



More information about the Freeswitch-svn mailing list