]> andersk Git - gssapi-openssh.git/blobdiff - openssh/channels.c
merging OPENSSH_5_2P1_SIMON_20090726_HPN13V6 to trunk:
[gssapi-openssh.git] / openssh / channels.c
index c689e52869d42ecd4c73e4c4bf98b3a85b84e4c6..79c7696cebec97bf6590a5525cb063291e2246e6 100644 (file)
@@ -818,8 +818,6 @@ int channel_tcpwinsz () {
        /* return no more than 64MB */
        if ((ret == 0) && tcpwinsz > BUFFER_MAX_LEN_HPN)
            tcpwinsz = BUFFER_MAX_LEN_HPN;
-       debug2("tcpwinsz: %d for connection: %d", tcpwinsz, 
-              packet_get_connection_in());
        return(tcpwinsz);
 }
 
This page took 0.04909 seconds and 4 git commands to generate.