diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-22 04:41:58 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-22 04:41:58 +0100 |
commit | ce34674a9fe98fd8d9df6f54de8dd3fc707826a8 (patch) | |
tree | 3e291c2bf9012dfb4a01baf132879455c0f66586 /session.c | |
parent | - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patch (diff) | |
download | openssh-ce34674a9fe98fd8d9df6f54de8dd3fc707826a8.tar.xz openssh-ce34674a9fe98fd8d9df6f54de8dd3fc707826a8.zip |
sync whitespace - no code change
Diffstat (limited to '')
-rw-r--r-- | session.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(); |