FS-3658 remember to date > libs/sofia-sip/.update when you patch sofia lib

This commit is contained in:
Anthony Minessale 2011-11-02 08:59:23 -05:00
parent 43ca3ee81a
commit 032155c51e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Mon Aug 22 12:22:26 CDT 2011
Wed Nov 2 08:58:40 CDT 2011

View 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) {