[openssh-commits] [openssh] 01/01: Supply missing "int r" in skey code.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jul 11 09:54:28 AEST 2018


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 79c9d35018f3a5e30ae437880b669aa8636cd3cd
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Jul 11 09:54:00 2018 +1000

    Supply missing "int r" in skey code.
---
 monitor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/monitor.c b/monitor.c
index 8662d13e..14abc1bc 100644
--- a/monitor.c
+++ b/monitor.c
@@ -973,6 +973,7 @@ mm_answer_skeyquery(int sock, struct sshbuf *m)
 	struct skey skey;
 	char challenge[1024];
 	u_int success;
+	int r;
 
 	success = _compat_skeychallenge(&skey, authctxt->user, challenge,
 	    sizeof(challenge)) < 0 ? 0 : 1;

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list