Merge pull request #367 from signalwire/libnatpmp
[libnatpmp] scan-build: The left operand of '!=' is a garbage value
This commit is contained in:
commit
d32e7f1973
|
@ -195,7 +195,7 @@ int sendnewportmappingrequest(natpmp_t * p, int protocol,
|
|||
int readnatpmpresponse(natpmp_t * p, natpmpresp_t * response)
|
||||
{
|
||||
unsigned char buf[16];
|
||||
struct sockaddr_in addr;
|
||||
struct sockaddr_in addr = {0};
|
||||
socklen_t addrlen = sizeof(addr);
|
||||
int n;
|
||||
if(!p)
|
||||
|
|
Loading…
Reference in New Issue