]> andersk Git - gssapi-openssh.git/blobdiff - openssh/channels.c
minimize diffs with Simon's patch
[gssapi-openssh.git] / openssh / channels.c
index b7f36d0f52cb0b9419681142f7e60e9e6cae6995..eead4bd94f274ad177701b881b1ca1d5b9646c17 100644 (file)
@@ -749,7 +749,7 @@ static void
 channel_pre_open(Channel *c, fd_set * readset, fd_set * writeset)
 {
        u_int limit = compat20 ? c->remote_window : packet_get_maxsize();
-       
+
        /* check buffer limits */
        limit = MIN(limit, (BUFFER_MAX_HPN_LEN - BUFFER_MAX_CHUNK - CHAN_RBUF));
 
This page took 0.035319 seconds and 4 git commands to generate.