From: basney Date: Tue, 11 Sep 2007 21:49:59 +0000 (+0000) Subject: Whitespace changes to minimize diffs with OpenSSH. X-Git-Tag: OPENSSH_4_7P1_GSSAPI_20070912~1 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/94e4c64de40e55a18f5e35aad5462082d875f031 Whitespace changes to minimize diffs with OpenSSH. --- diff --git a/openssh/channels.c b/openssh/channels.c index 3c3f04a..410f75e 100644 --- a/openssh/channels.c +++ b/openssh/channels.c @@ -76,7 +76,6 @@ #include "authfd.h" #include "pathnames.h" - /* -- channel core */ /* diff --git a/openssh/clientloop.c b/openssh/clientloop.c index 386102b..d781305 100644 --- a/openssh/clientloop.c +++ b/openssh/clientloop.c @@ -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, diff --git a/openssh/ssh.c b/openssh/ssh.c index d0cd860..2315fa1 100644 --- a/openssh/ssh.c +++ b/openssh/ssh.c @@ -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 */