mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123895
@ -114,7 +114,7 @@ struct request_info *request;
|
|||||||
return; /* give up */
|
return; /* give up */
|
||||||
}
|
}
|
||||||
#ifdef really_paranoid
|
#ifdef really_paranoid
|
||||||
memset(buf, 0 sizeof(buf));
|
memset(buf, 0, sizeof(buf));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#ifdef INET6
|
#ifdef INET6
|
||||||
|
Loading…
Reference in New Issue
Block a user