1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +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:
Jacob Nevins 2005-11-04 23:21:42 +00:00
parent 041e93f508
commit 4496d752a9

2
ssh.c
View File

@ -3462,6 +3462,8 @@ static int do_ssh1_login(Ssh ssh, unsigned char *in, int inlen,
s->tried_publickey = 0;
got_passphrase = FALSE;
/* and try again */
} else {
assert(0 && "unexpected return from loadrsakey()");
}
}