]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshconnect.c
Merged hpn13v5 to trunk.
[gssapi-openssh.git] / openssh / sshconnect.c
index a818a0885664855c74bddc8e9913f24c6ec0b231..2a7766f1c0052a1b150e14cd2e0ffc865afd9ec1 100644 (file)
@@ -229,6 +229,9 @@ ssh_create_socket(int privileged, struct addrinfo *ai)
        if (options.tcp_rcv_buf > 0)
                ssh_set_socket_recvbuf(sock);
 
+       if (options.tcp_rcv_buf > 0)
+               ssh_set_socket_recvbuf(sock);
+       
        /* Bind the socket to an alternative local IP address */
        if (options.bind_address == NULL)
                return sock;
This page took 0.030021 seconds and 4 git commands to generate.