mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
fix building with DEBUG_TRACE
--HG-- branch : fuzz
This commit is contained in:
parent
25607c04a7
commit
2e298b25e4
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user