summaryrefslogtreecommitdiffstats
path: root/packet.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:17:10 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 00:17:10 +0000
commite6455aee8fe31931f006f390fcbf0e99c1fbaacf (patch)
tree53ba7fa048231130a23ae46f36d526d8791fd34f /packet.c
parent2d0356f7de5e12dd818b705c54bc8a380827ab8e (diff)
[NOTE: File split is was not done in Portabl Tree]
- markus@cvs.openbsd.org 2001/05/30 12:55:13 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c ssh1.h] channel layer cleanup: merge header files and split .c files
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 bf8fa549..e3e68872 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.62 2001/05/28 23:58:35 markus Exp $");
+RCSID("$OpenBSD: packet.c,v 1.63 2001/05/30 12:55:11 markus Exp $");
#include "xmalloc.h"
#include "buffer.h"
@@ -48,7 +48,7 @@ RCSID("$OpenBSD: packet.c,v 1.62 2001/05/28 23:58:35 markus Exp $");
#include "compress.h"
#include "deattack.h"
-#include "channels.h"
+#include "channel.h"
#include "compat.h"
#include "ssh1.h"
@@ -245,7 +245,6 @@ void
packet_set_protocol_flags(u_int protocol_flags)
{
remote_protocol_flags = protocol_flags;
- channel_set_options((protocol_flags & SSH_PROTOFLAG_HOST_IN_FWD_OPEN) != 0);
}
/* Returns the remote protocol flags set earlier by the above function. */