]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshconnect.c
update to
[gssapi-openssh.git] / openssh / sshconnect.c
index e016e19f89ae20301fbe3a6792fb1e888affd8e6..8a6932caf93a153507af44eacbb6b5f58020166d 100644 (file)
@@ -222,8 +222,8 @@ ssh_create_socket(int privileged, struct addrinfo *ai)
        
                if (options.tcp_rcv_buf > 0)
                        ssh_set_socket_recvbuf(sock);
-       
-               /* Bind the socket to an alternative local IP address */
+
+       /* Bind the socket to an alternative local IP address */
        if (options.bind_address == NULL)
                return sock;
 
This page took 0.062019 seconds and 4 git commands to generate.