]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Wed Jan 28 12:15:08 CST 2009 Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:19:01 +0000 (17:19 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:19:01 +0000 (17:19 +0000)
  * Merged deferrable timers from the bleeding-sofia-sip branch

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

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

index cdaf08ad99e1abfd836bd15b43357119db0f1f11..3492a19f0177e44fe6d3a985ceb41314d8af7cc2 100644 (file)
@@ -1 +1 @@
-Wed Feb 11 11:18:29 CST 2009
+Wed Feb 11 11:18:53 CST 2009
index 5bee4ea5b69b85f16d14442c909fe0fdca58bd9c..90a0541163b25fc081ea8d348e9dd16150de92dc 100644 (file)
@@ -184,7 +184,7 @@ int su_socket_port_wakeup(su_port_t *self)
 {
   assert(self->sup_mbox[SU_MBOX_SEND] != INVALID_SOCKET);
 
-  if (!su_pthread_port_own_thread(self) &&
+  if (!su_port_own_thread(self) &&
       send(self->sup_mbox[SU_MBOX_SEND], "X", 1, 0) == -1) {
 #if HAVE_SOCKETPAIR
     if (su_errno() != EWOULDBLOCK)