fix building with DEBUG_TRACE

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston 2017-05-26 22:09:30 +08:00
parent 25607c04a7
commit 2e298b25e4

View File

@ -27,7 +27,7 @@ static unsigned int nused;
static unsigned short rand_state[3]; static unsigned short rand_state[3];
void wrapfd_setup() { void wrapfd_setup() {
TRACE(("wrapfd_setup %x", seed)) TRACE(("wrapfd_setup"))
nused = 0; nused = 0;
memset(wrap_fds, 0x0, sizeof(wrap_fds)); memset(wrap_fds, 0x0, sizeof(wrap_fds));
memset(wrap_used, 0x0, sizeof(wrap_used)); memset(wrap_used, 0x0, sizeof(wrap_used));