]> andersk Git - gssapi-openssh.git/blobdiff - openssh/clientloop.c
Whitespace changes to minimize diffs with OpenSSH.
[gssapi-openssh.git] / openssh / clientloop.c
index 386102bfd926fc45c5b42321d64d4658c269e5fb..d781305df339fa6123664dc3faab3823f37303cf 100644 (file)
@@ -955,7 +955,7 @@ client_process_control(fd_set *readset)
                window >>= 1;
                packetmax >>= 1;
        }
-
+       
        c = channel_new("session", SSH_CHANNEL_OPENING,
            new_fd[0], new_fd[1], new_fd[2], window, packetmax,
            CHAN_EXTENDED_WRITE, "client-session", /*nonblock*/0);
@@ -1872,8 +1872,6 @@ client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun)
                                0, "tun", 1);
        c->datagram = 1;
 
-
-
 #if defined(SSH_TUN_FILTER)
        if (options.tun_open == SSH_TUNMODE_POINTOPOINT)
                channel_register_filter(c->self, sys_tun_infilter,
This page took 0.03387 seconds and 4 git commands to generate.