summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c
index d2407ed7e..62adbb78e 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1745,7 +1745,7 @@ client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun)
1745#if defined(SSH_TUN_FILTER) 1745#if defined(SSH_TUN_FILTER)
1746 if (options.tun_open == SSH_TUNMODE_POINTOPOINT) 1746 if (options.tun_open == SSH_TUNMODE_POINTOPOINT)
1747 channel_register_filter(c->self, sys_tun_infilter, 1747 channel_register_filter(c->self, sys_tun_infilter,
1748 sys_tun_outfilter); 1748 sys_tun_outfilter, NULL, NULL);
1749#endif 1749#endif
1750 1750
1751 packet_start(SSH2_MSG_CHANNEL_OPEN); 1751 packet_start(SSH2_MSG_CHANNEL_OPEN);