Sat, 07 Jan 2006 22:19:43 +0000
[gaim-migrate @ 15104]
forgot this
| src/stun.c | file | annotate | diff | comparison | revisions |
--- a/src/stun.c Sat Jan 07 22:10:18 2006 +0000 +++ b/src/stun.c Sat Jan 07 22:19:43 2006 +0000 @@ -224,7 +224,7 @@ strcpy(nattype.publicip, ip); } - tmp += attrib->len; + tmp += ntohs(attrib->len); } gaim_debug_info("stun", "got public ip %s\n", nattype.publicip); nattype.status = GAIM_STUN_STATUS_DISCOVERED;