Correct a typo.
[rsync/rsync.git] / socket.c
index 0f47391..88ef93e 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -373,7 +373,7 @@ static int *open_socket_in(int type, int port, const char *bind_address,
 #ifdef IPV6_V6ONLY
                if (resp->ai_family == AF_INET6) {
                        setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY,
-                                  (char *)&one, sizeof one) < 0;
+                                  (char *)&one, sizeof one);
                }
 #endif