diff options
author | 2001-12-27 20:39:58 +0000 | |
---|---|---|
committer | 2001-12-27 20:39:58 +0000 | |
commit | 21c28e2e5769dd11e7f424f9bc3738563e9d4367 (patch) | |
tree | cfa9e5261df48631ca2117b4b1ccf8293c1c7a85 /usr.bin/ssh/ttymodes.c | |
parent | auth_rhosts_rsa now accept generic keys. (diff) | |
download | wireguard-openbsd-21c28e2e5769dd11e7f424f9bc3738563e9d4367.tar.xz wireguard-openbsd-21c28e2e5769dd11e7f424f9bc3738563e9d4367.zip |
get rid of packet_integrity_check, use packet_done() instead.
Diffstat (limited to 'usr.bin/ssh/ttymodes.c')
-rw-r--r-- | usr.bin/ssh/ttymodes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ttymodes.c b/usr.bin/ssh/ttymodes.c index ada3a1481e5..ccc001f2001 100644 --- a/usr.bin/ssh/ttymodes.c +++ b/usr.bin/ssh/ttymodes.c @@ -43,7 +43,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ttymodes.c,v 1.15 2001/12/19 07:18:56 deraadt Exp $"); +RCSID("$OpenBSD: ttymodes.c,v 1.16 2001/12/27 20:39:58 markus Exp $"); #include "packet.h" #include "log.h" @@ -422,7 +422,6 @@ tty_parse_modes(int fd, int *n_bytes_ptr) * more coming after the mode data. */ log("parse_tty_modes: unknown opcode %d", opcode); - packet_integrity_check(0, 1, SSH_CMSG_REQUEST_PTY); goto set; } } else { |