summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c
index e5ea74e26..cbbb3df1f 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.218 2010/01/28 00:21:18 djm Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.219 2010/03/13 21:10:38 djm 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
@@ -1497,6 +1497,7 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id)
1497 packet_start(SSH2_MSG_DISCONNECT); 1497 packet_start(SSH2_MSG_DISCONNECT);
1498 packet_put_int(SSH2_DISCONNECT_BY_APPLICATION); 1498 packet_put_int(SSH2_DISCONNECT_BY_APPLICATION);
1499 packet_put_cstring("disconnected by user"); 1499 packet_put_cstring("disconnected by user");
1500 packet_put_cstring(""); /* language tag */
1500 packet_send(); 1501 packet_send();
1501 packet_write_wait(); 1502 packet_write_wait();
1502 } 1503 }