summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 0020637e8..33d6fa908 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.297 2017/05/30 14:23:52 markus Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.298 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
@@ -1167,7 +1167,7 @@ process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr,
1167static void 1167static void
1168client_process_buffered_input_packets(void) 1168client_process_buffered_input_packets(void)
1169{ 1169{
1170 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state); 1170 ssh_dispatch_run_fatal(active_state, DISPATCH_NONBLOCK, &quit_pending);
1171} 1171}
1172 1172
1173/* scan buf[] for '~' before sending data to the peer */ 1173/* scan buf[] for '~' before sending data to the peer */