зеркало из https://github.com/github/putty.git
Fix compiles on GCC 3.3, which doesn't know about assert(0);
[originally from svn r7130]
This commit is contained in:
Родитель
7600975e75
Коммит
2069720687
1
ssh.c
1
ssh.c
|
@ -3564,6 +3564,7 @@ static int do_ssh1_login(Ssh ssh, unsigned char *in, int inlen,
|
|||
/* and try again */
|
||||
} else {
|
||||
assert(0 && "unexpected return from loadrsakey()");
|
||||
got_passphrase = FALSE; /* placate optimisers */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче