From 255d7550082d59ec8f69f57b122d8fcfe179f4f9 Mon Sep 17 00:00:00 2001 From: jbasney Date: Thu, 15 Feb 2007 21:06:07 +0000 Subject: [PATCH] whitespace agreement with hpn patch --- openssh/channels.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openssh/channels.c b/openssh/channels.c index 2b7c0eb..639e69c 100644 --- a/openssh/channels.c +++ b/openssh/channels.c @@ -76,6 +76,7 @@ #include "authfd.h" #include "pathnames.h" + /* -- channel core */ /* @@ -2651,7 +2652,7 @@ channel_request_rforward_cancel(const char *host, u_short port) * message if there was an error). */ int -channel_input_port_forward_request(int is_root, int gateway_ports, +channel_input_port_forward_request(int is_root, int gateway_ports, int hpn_disabled, int hpn_buffer_size) { u_short port, host_port; -- 2.45.1