summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet.c b/packet.c
index bf8fa549e..e3e68872a 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: packet.c,v 1.62 2001/05/28 23:58:35 markus Exp $"); 40RCSID("$OpenBSD: packet.c,v 1.63 2001/05/30 12:55:11 markus Exp $");
41 41
42#include "xmalloc.h" 42#include "xmalloc.h"
43#include "buffer.h" 43#include "buffer.h"
@@ -48,7 +48,7 @@ RCSID("$OpenBSD: packet.c,v 1.62 2001/05/28 23:58:35 markus Exp $");
48 48
49#include "compress.h" 49#include "compress.h"
50#include "deattack.h" 50#include "deattack.h"
51#include "channels.h" 51#include "channel.h"
52 52
53#include "compat.h" 53#include "compat.h"
54#include "ssh1.h" 54#include "ssh1.h"
@@ -245,7 +245,6 @@ void
245packet_set_protocol_flags(u_int protocol_flags) 245packet_set_protocol_flags(u_int protocol_flags)
246{ 246{
247 remote_protocol_flags = protocol_flags; 247 remote_protocol_flags = protocol_flags;
248 channel_set_options((protocol_flags & SSH_PROTOFLAG_HOST_IN_FWD_OPEN) != 0);
249} 248}
250 249
251/* Returns the remote protocol flags set earlier by the above function. */ 250/* Returns the remote protocol flags set earlier by the above function. */