X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/f713db997ba7f0ace8d4aa119ba7711614828de9..8c8b185b29d68e65a13933388ef1f14cc1a9484e:/openssh/channels.c 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;