]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3658 remember to date > libs/sofia-sip/.update when you patch sofia lib
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 2 Nov 2011 13:59:23 +0000 (08:59 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 2 Nov 2011 13:59:23 +0000 (08:59 -0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport_logging.c

index 026754ace3ba9a704f1ee7ebbc835bc9022ee4dc..79031274b7fff907a2166e39596308ab7e609f4f 100644 (file)
@@ -1 +1 @@
-Mon Aug 22 12:22:26 CDT 2011
+Wed Nov  2 08:58:40 CDT 2011
index fe23ce433ab947f76beead0dba0933c2d444a32f..e9d4f500b85d806ad95f4f4c2a5872e38013e0c5 100644 (file)
@@ -385,7 +385,7 @@ void tport_capt_msg(tport_t const *self, msg_t *msg, size_t n,
    else hep_header.hp_p = IPPROTO_UDP; /* DEFAULT UDP */
 
    /* Check destination */         
-   if(strncmp("recv", what, 4) == 0) dst = 1;
+   if(strncmp("sent", what, 4) == 0) dst = 1;
       
    /* copy destination and source IPs*/
    if(su->su_family == AF_INET) {