[libnatpmp] scan-build: The left operand of '!=' is a garbage value

This commit is contained in:
Andrey Volk 2020-02-15 23:51:29 +04:00
parent 2495b94332
commit ebab867710
1 changed files with 1 additions and 1 deletions

View File

@ -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)