Correct compilation with "#define really_paranoid".
PR: bin/59674 Submitted by: Vaclav Rehak <vasek@zoom-int.cz>
This commit is contained in:
parent
fad1d65260
commit
c0b3834d3c
@ -114,7 +114,7 @@ struct request_info *request;
|
||||
return; /* give up */
|
||||
}
|
||||
#ifdef really_paranoid
|
||||
memset(buf, 0 sizeof(buf));
|
||||
memset(buf, 0, sizeof(buf));
|
||||
#endif
|
||||
}
|
||||
#ifdef INET6
|
||||
|
Loading…
Reference in New Issue
Block a user