summaryrefslogtreecommitdiff
path: root/svr-auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-auth.c')
-rw-r--r--svr-auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-auth.c b/svr-auth.c
index d00fa7a..9156d77 100644
--- a/svr-auth.c
+++ b/svr-auth.c
@@ -359,7 +359,7 @@ void send_msg_userauth_failure(int partial, int incrfail) {
/* We delay for 300ms +- 50ms */
delay = 250000 + (delay % 100000);
#ifndef DROPBEAR_FUZZ
- if (!opts.fuzz.fuzzing) {
+ if (!fuzz.fuzzing) {
usleep(delay);
}
#endif