From ecc85f91e6ff280a4fafd22d76a0ba2fafaf22e2 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 30 Mar 2022 14:32:49 +0800 Subject: [PATCH] Fix declaration after statement Caught by just-added c89 build --- cli-authinteract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-authinteract.c b/cli-authinteract.c index f7128ee..6d2fad7 100644 --- a/cli-authinteract.c +++ b/cli-authinteract.c @@ -114,8 +114,8 @@ void recv_msg_userauth_info_request() { m_free(instruction); for (i = 0; i < num_prompts; i++) { - cli_ses.is_trivial_auth = 0; unsigned int response_len = 0; + cli_ses.is_trivial_auth = 0; prompt = buf_getstring(ses.payload, NULL); cleantext(prompt);