diff options
-rw-r--r-- | session.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(); |