mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
Fix declaration after statement
Caught by just-added c89 build
This commit is contained in:
parent
82bff01242
commit
ecc85f91e6
@ -114,8 +114,8 @@ void recv_msg_userauth_info_request() {
|
|||||||
m_free(instruction);
|
m_free(instruction);
|
||||||
|
|
||||||
for (i = 0; i < num_prompts; i++) {
|
for (i = 0; i < num_prompts; i++) {
|
||||||
cli_ses.is_trivial_auth = 0;
|
|
||||||
unsigned int response_len = 0;
|
unsigned int response_len = 0;
|
||||||
|
cli_ses.is_trivial_auth = 0;
|
||||||
prompt = buf_getstring(ses.payload, NULL);
|
prompt = buf_getstring(ses.payload, NULL);
|
||||||
cleantext(prompt);
|
cleantext(prompt);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user