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 829eae024..3b4840b12 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1634,7 +1634,7 @@ client_request_tun_fwd(struct ssh *ssh, int tun_mode,
1634 1634
1635#if defined(SSH_TUN_FILTER) 1635#if defined(SSH_TUN_FILTER)
1636 if (options.tun_open == SSH_TUNMODE_POINTOPOINT) 1636 if (options.tun_open == SSH_TUNMODE_POINTOPOINT)
1637 channel_register_filter(c->self, sys_tun_infilter, 1637 channel_register_filter(ssh, c->self, sys_tun_infilter,
1638 sys_tun_outfilter, NULL, NULL); 1638 sys_tun_outfilter, NULL, NULL);
1639#endif 1639#endif
1640 1640