Fix #ifdef DROPBEAR_FUZZ (caught by linter)

This commit is contained in:
Matt Johnston 2020-10-21 20:49:22 +08:00
parent 1a7b944917
commit 34f24b1841

View File

@ -466,7 +466,7 @@ static int ident_readln(int fd, char* buf, int count) {
return -1; return -1;
} }
#ifdef DROPBEAR_FUZZ #if DROPBEAR_FUZZ
fuzz_dump(&in, 1); fuzz_dump(&in, 1);
#endif #endif