summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor.c b/monitor.c
index 8662d13e0..14abc1bca 100644
--- a/monitor.c
+++ b/monitor.c
@@ -973,6 +973,7 @@ mm_answer_skeyquery(int sock, struct sshbuf *m)
973 struct skey skey; 973 struct skey skey;
974 char challenge[1024]; 974 char challenge[1024];
975 u_int success; 975 u_int success;
976 int r;
976 977
977 success = _compat_skeychallenge(&skey, authctxt->user, challenge, 978 success = _compat_skeychallenge(&skey, authctxt->user, challenge,
978 sizeof(challenge)) < 0 ? 0 : 1; 979 sizeof(challenge)) < 0 ? 0 : 1;