Mercurial > dropbear
changeset 1382:4b864fd12b22 fuzz
fix building with DEBUG_TRACE
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 26 May 2017 22:09:30 +0800 |
parents | c98e242dc505 |
children | f03cfe9c76ac |
files | fuzz-wrapfd.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fuzz-wrapfd.c Fri May 26 21:08:43 2017 +0800 +++ b/fuzz-wrapfd.c Fri May 26 22:09:30 2017 +0800 @@ -27,7 +27,7 @@ static unsigned short rand_state[3]; void wrapfd_setup() { - TRACE(("wrapfd_setup %x", seed)) + TRACE(("wrapfd_setup")) nused = 0; memset(wrap_fds, 0x0, sizeof(wrap_fds)); memset(wrap_used, 0x0, sizeof(wrap_used));