summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--session.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/session.c b/session.c
index 7e56c54fb..63b7da1f0 100644
--- a/session.c
+++ b/session.c
@@ -204,7 +204,6 @@ do_authenticated(Authctxt *authctxt)
204 close(startup_pipe); 204 close(startup_pipe);
205 startup_pipe = -1; 205 startup_pipe = -1;
206 } 206 }
207
208 /* setup the channel layer */ 207 /* setup the channel layer */
209 if (!no_port_forwarding_flag && options.allow_tcp_forwarding) 208 if (!no_port_forwarding_flag && options.allow_tcp_forwarding)
210 channel_permit_all_opens(); 209 channel_permit_all_opens();