зеркало из https://github.com/github/putty.git
Daniel Meidlinger points out a redundant test :-)
[originally from svn r6579]
This commit is contained in:
Родитель
dd73d2a836
Коммит
fdee25e1f6
2
ssh.c
2
ssh.c
|
@ -6613,7 +6613,7 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen,
|
|||
s->nkeys = 0;
|
||||
s->agent_response = NULL;
|
||||
s->pkblob_in_agent = NULL;
|
||||
if (ssh->cfg.tryagent && agent_exists() && ssh->cfg.tryagent) {
|
||||
if (ssh->cfg.tryagent && agent_exists()) {
|
||||
|
||||
void *r;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче