]> andersk Git - openssh.git/blobdiff - clientloop.c
- (dtucker) [clientloop.c serverloop.c] channel_register_filter now
[openssh.git] / clientloop.c
index d2407ed7e62fb40919a4111e70b4f1e42ad119f0..62adbb78ec624d7f3a30661fff99a65a795ae7e1 100644 (file)
@@ -1745,7 +1745,7 @@ client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun)
 #if defined(SSH_TUN_FILTER)
        if (options.tun_open == SSH_TUNMODE_POINTOPOINT)
                channel_register_filter(c->self, sys_tun_infilter,
-                   sys_tun_outfilter);
+                   sys_tun_outfilter, NULL, NULL);
 #endif
 
        packet_start(SSH2_MSG_CHANNEL_OPEN);
This page took 0.030904 seconds and 4 git commands to generate.