]> andersk Git - gssapi-openssh.git/commitdiff
Whitespace changes to minimize diffs with OpenSSH.
authorbasney <basney>
Tue, 11 Sep 2007 21:49:59 +0000 (21:49 +0000)
committerbasney <basney>
Tue, 11 Sep 2007 21:49:59 +0000 (21:49 +0000)
openssh/channels.c
openssh/clientloop.c
openssh/ssh.c

index 3c3f04ad81d8928503e98ba9fd5312c6192803f2..410f75e03e6d3d6cfec58135e47fee69a9d74c78 100644 (file)
@@ -76,7 +76,6 @@
 #include "authfd.h"
 #include "pathnames.h"
 
-
 /* -- channel core */
 
 /*
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,
index d0cd8605b1a5801c106305252a4a3444d35f8298..2315fa10569f130fb3c6bc47b2ea1d1426348cf8 100644 (file)
@@ -1465,6 +1465,7 @@ control_client(const char *path)
                flags |= SSHMUX_FLAG_AGENT_FWD;
        if (options.num_local_forwards > 0)
                flags |= SSHMUX_FLAG_PORTFORWARD;
+
        buffer_init(&m);
 
        /* Send our command to server */
This page took 0.048459 seconds and 5 git commands to generate.