]> andersk Git - gssapi-openssh.git/blobdiff - openssh/session.c
merge updates from OPENSSH_4_4P1_SIMON_20061002_HPN to trunk
[gssapi-openssh.git] / openssh / session.c
index 750a3196d569339523afad1d6ff39ebe094e8820..cc76f0725a9db1933f8fcc28e20c81e9a48202e3 100644 (file)
@@ -369,8 +369,8 @@ do_authenticated1(Authctxt *authctxt)
                        }
                        debug("Received TCP/IP port forwarding request.");
                        if (channel_input_port_forward_request(s->pw->pw_uid == 0,
-                options.gateway_ports,
-                options.hpn_disabled, options.hpn_buffer_size) < 0) {
+                             options.gateway_ports, options.hpn_disabled,
+                              options.hpn_buffer_size) < 0) {
                                debug("Port forwarding failed.");
                                break;
                        }
This page took 0.031057 seconds and 4 git commands to generate.