summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index b01eb874c..aa3729e7d 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.488 2017/05/30 08:52:20 markus Exp $ */ 1/* $OpenBSD: sshd.c,v 1.489 2017/05/31 07:00:13 markus 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
@@ -2191,7 +2191,7 @@ do_ssh2_kex(void)
2191 kex->host_key_index=&get_hostkey_index; 2191 kex->host_key_index=&get_hostkey_index;
2192 kex->sign = sshd_hostkey_sign; 2192 kex->sign = sshd_hostkey_sign;
2193 2193
2194 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state); 2194 ssh_dispatch_run_fatal(active_state, DISPATCH_BLOCK, &kex->done);
2195 2195
2196 session_id2 = kex->session_id; 2196 session_id2 = kex->session_id;
2197 session_id2_len = kex->session_id_len; 2197 session_id2_len = kex->session_id_len;