summaryrefslogtreecommitdiff
path: root/authfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/authfd.c b/authfd.c
index eaa142648..12bf1251f 100644
--- a/authfd.c
+++ b/authfd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfd.c,v 1.98 2015/07/03 03:43:18 djm Exp $ */ 1/* $OpenBSD: authfd.c,v 1.99 2015/09/02 07:51:12 jsg Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -454,7 +454,7 @@ ssh_agent_sign(int sock, struct sshkey *key,
454 (r = sshbuf_put_string(msg, data, datalen)) != 0 || 454 (r = sshbuf_put_string(msg, data, datalen)) != 0 ||
455 (r = sshbuf_put_u32(msg, flags)) != 0) 455 (r = sshbuf_put_u32(msg, flags)) != 0)
456 goto out; 456 goto out;
457 if ((r = ssh_request_reply(sock, msg, msg) != 0)) 457 if ((r = ssh_request_reply(sock, msg, msg)) != 0)
458 goto out; 458 goto out;
459 if ((r = sshbuf_get_u8(msg, &type)) != 0) 459 if ((r = sshbuf_get_u8(msg, &type)) != 0)
460 goto out; 460 goto out;