mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-21 22:28:37 -05:00
Placate a compiler warning introduced in r6437.
(I forgot we usually compile with -Werror on Unix, oops.) [originally from svn r6446] [r6437 == 8719f92c1426609de7ead4a490a15d1d18875f53]
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…
x
Reference in New Issue
Block a user