Correct compilation with "#define really_paranoid".

PR:		bin/59674
Submitted by:	Vaclav Rehak <vasek@zoom-int.cz>
This commit is contained in:
Ceri Davies 2003-12-27 14:58:00 +00:00
parent fad1d65260
commit c0b3834d3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123895

View file

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