FS-3658 remember to date > libs/sofia-sip/.update when you patch sofia lib
This commit is contained in:
parent
43ca3ee81a
commit
032155c51e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue