summaryrefslogtreecommitdiff
path: root/fuzz-wrapfd.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-05-26 22:09:30 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-05-26 22:09:30 +0800
commitbb5c770ea1733be977eb7cbf953c9789e15ff76e (patch)
treefbb7ff3e5702a88c0a0488e5c13bd48cf92b8cf5 /fuzz-wrapfd.c
parent370ae757ffcb73729cffb6de258f0d3506120776 (diff)
downloaddropbear-bb5c770ea1733be977eb7cbf953c9789e15ff76e.tar.gz
fix building with DEBUG_TRACE
Diffstat (limited to 'fuzz-wrapfd.c')
-rw-r--r--fuzz-wrapfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz-wrapfd.c b/fuzz-wrapfd.c
index 759ccba..dde8dde 100644
--- a/fuzz-wrapfd.c
+++ b/fuzz-wrapfd.c
@@ -27,7 +27,7 @@ static unsigned int nused;
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));