mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Fix #ifdef DROPBEAR_FUZZ (caught by linter)
This commit is contained in:
parent
1a7b944917
commit
34f24b1841
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user