summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index 6ee291128..40fff097d 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor.c,v 1.139 2015/01/19 19:52:16 markus Exp $ */ 1/* $OpenBSD: monitor.c,v 1.140 2015/01/19 20:16:15 markus Exp $ */
2/* 2/*
3 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 3 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
4 * Copyright 2002 Markus Friedl <markus@openbsd.org> 4 * Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -717,7 +717,7 @@ mm_answer_sign(int sock, Buffer *m)
717 datafellows)) != 0) 717 datafellows)) != 0)
718 fatal("%s: sshkey_sign failed: %s", 718 fatal("%s: sshkey_sign failed: %s",
719 __func__, ssh_err(r)); 719 __func__, ssh_err(r));
720 } else if ((key = get_hostkey_public_by_index(keyid)) != NULL && 720 } else if ((key = get_hostkey_public_by_index(keyid, active_state)) != NULL &&
721 auth_sock > 0) { 721 auth_sock > 0) {
722 if ((r = ssh_agent_sign(auth_sock, key, &signature, &siglen, 722 if ((r = ssh_agent_sign(auth_sock, key, &signature, &siglen,
723 p, datlen, datafellows)) != 0) { 723 p, datlen, datafellows)) != 0) {