mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
Placate a compiler warning introduced in r6437.
(I forgot we usually compile with -Werror on Unix, oops.)
[originally from svn r6446]
[r6437 == 8719f92c14
]
This commit is contained in:
parent
041e93f508
commit
4496d752a9
2
ssh.c
2
ssh.c
@ -3462,6 +3462,8 @@ static int do_ssh1_login(Ssh ssh, unsigned char *in, int inlen,
|
|||||||
s->tried_publickey = 0;
|
s->tried_publickey = 0;
|
||||||
got_passphrase = FALSE;
|
got_passphrase = FALSE;
|
||||||
/* and try again */
|
/* and try again */
|
||||||
|
} else {
|
||||||
|
assert(0 && "unexpected return from loadrsakey()");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user