forked from Mirrors/freeswitch
tweak for linux
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13536 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d74ab375cf
commit
364b3fc043
@ -177,7 +177,7 @@ int sendnewportmappingrequest(natpmp_t * p, int protocol,
|
||||
|
||||
int readnatpmpresponse(natpmp_t * p, natpmpresp_t * response)
|
||||
{
|
||||
char buf[16];
|
||||
unsigned char buf[16];
|
||||
struct sockaddr_in addr;
|
||||
socklen_t addrlen = sizeof(addr);
|
||||
int n;
|
||||
|
Loading…
Reference in New Issue
Block a user