summaryrefslogtreecommitdiff
path: root/ttymodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttymodes.c')
-rw-r--r--ttymodes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttymodes.c b/ttymodes.c
index c0bb0b1f8..ada3a1481 100644
--- a/ttymodes.c
+++ b/ttymodes.c
@@ -43,7 +43,7 @@
43 */ 43 */
44 44
45#include "includes.h" 45#include "includes.h"
46RCSID("$OpenBSD: ttymodes.c,v 1.14 2001/06/24 17:18:31 markus Exp $"); 46RCSID("$OpenBSD: ttymodes.c,v 1.15 2001/12/19 07:18:56 deraadt Exp $");
47 47
48#include "packet.h" 48#include "packet.h"
49#include "log.h" 49#include "log.h"
@@ -396,7 +396,7 @@ tty_parse_modes(int fd, int *n_bytes_ptr)
396 396
397 default: 397 default:
398 debug("Ignoring unsupported tty mode opcode %d (0x%x)", 398 debug("Ignoring unsupported tty mode opcode %d (0x%x)",
399 opcode, opcode); 399 opcode, opcode);
400 if (!compat20) { 400 if (!compat20) {
401 /* 401 /*
402 * SSH1: 402 * SSH1: