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 5df584ab2..f7ac7b3b0 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -16,7 +16,7 @@
16 */ 16 */
17 17
18#include "includes.h" 18#include "includes.h"
19RCSID("$OpenBSD: clientloop.c,v 1.27 2000/06/20 01:39:40 markus Exp $"); 19RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $");
20 20
21#include "xmalloc.h" 21#include "xmalloc.h"
22#include "ssh.h" 22#include "ssh.h"
@@ -778,7 +778,7 @@ client_loop(int have_pty, int escape_char_arg)
778 if (have_pty) 778 if (have_pty)
779 enter_raw_mode(); 779 enter_raw_mode();
780 780
781 /* Check if we should immediately send of on stdin. */ 781 /* Check if we should immediately send eof on stdin. */
782 if (!compat20) 782 if (!compat20)
783 client_check_initial_eof_on_stdin(); 783 client_check_initial_eof_on_stdin();
784 784