summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index d487eca3..c89a86c7 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1842,7 +1842,7 @@ tunnel_login(char *argv0, struct ProgramOption *option)
/* main loop */
while( 1 )
{
- csock = recv_remote_fd(tunnel);
+ csock = recv_remote_fd(tunnel, option->flag_tunnel_path);
// XXX use continue or return herer?
if (csock < 0)