summaryrefslogtreecommitdiffstats
path: root/session.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-22 04:41:58 +0100
committerDamien Miller <djm@mindrot.org>2003-11-22 04:41:58 +0100
commitce34674a9fe98fd8d9df6f54de8dd3fc707826a8 (patch)
tree3e291c2bf9012dfb4a01baf132879455c0f66586 /session.c
parent - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch (diff)
downloadopenssh-ce34674a9fe98fd8d9df6f54de8dd3fc707826a8.tar.xz
openssh-ce34674a9fe98fd8d9df6f54de8dd3fc707826a8.zip
sync whitespace - no code change
Diffstat (limited to '')
-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)
close(startup_pipe);
startup_pipe = -1;
}
-
/* setup the channel layer */
if (!no_port_forwarding_flag && options.allow_tcp_forwarding)
channel_permit_all_opens();