diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-04-28 08:37:00 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-04-28 08:37:00 +0000 |
| commit | f276912e6fa1da1174ba900a7e5d6447d71fc8e7 (patch) | |
| tree | f6bc9905e05497f1cb98b09c2e6df135d3c6abbf /clientloop.c | |
| parent | 5fe13e2e9be32fe8299a3a2da8e829bb2af78918 (diff) | |
Notes
Diffstat (limited to 'clientloop.c')
| -rw-r--r-- | clientloop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c index 6ffef95a2d775..9ab56b44c4779 100644 --- a/clientloop.c +++ b/clientloop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.218 2010/01/28 00:21:18 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.219 2010/03/13 21:10:38 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1484,6 +1484,7 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id) packet_start(SSH2_MSG_DISCONNECT); packet_put_int(SSH2_DISCONNECT_BY_APPLICATION); packet_put_cstring("disconnected by user"); + packet_put_cstring(""); /* language tag */ packet_send(); packet_write_wait(); } |
