diff options
-rw-r--r-- | common-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-session.c b/common-session.c index f670576..bfe6284 100644 --- a/common-session.c +++ b/common-session.c @@ -466,7 +466,7 @@ static int ident_readln(int fd, char* buf, int count) { return -1; } -#ifdef DROPBEAR_FUZZ +#if DROPBEAR_FUZZ fuzz_dump(&in, 1); #endif |