mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-3658 remember to date > libs/sofia-sip/.update when you patch sofia lib
This commit is contained in:
@@ -1 +1 @@
|
||||
Mon Aug 22 12:22:26 CDT 2011
|
||||
Wed Nov 2 08:58:40 CDT 2011
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user