aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/fuzz/ssh_client_fuzzer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/ssh_client_fuzzer.cpp b/tests/fuzz/ssh_client_fuzzer.cpp
index 6f96c30e..87bfa10b 100644
--- a/tests/fuzz/ssh_client_fuzzer.cpp
+++ b/tests/fuzz/ssh_client_fuzzer.cpp
@@ -40,8 +40,8 @@ static int auth_callback(const char *prompt,
}
struct ssh_callbacks_struct cb = {
- .auth_function = auth_callback,
.userdata = NULL,
+ .auth_function = auth_callback,
};
static void select_loop(ssh_session session, ssh_channel channel)