summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-22 14:41:58 +1100
committerDamien Miller <djm@mindrot.org>2003-11-22 14:41:58 +1100
commitce34674a9fe98fd8d9df6f54de8dd3fc707826a8 (patch)
tree3e291c2bf9012dfb4a01baf132879455c0f66586
parent4da295c051d9d02a73a46432ac116c31b6839274 (diff)
sync whitespace - no code change
-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();