X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2c7d63c76592751427f805020cfe8878bbc72f1f..914f3066bb0fa068a4e34e574ae853210f02ae20:/socket.c diff --git a/socket.c b/socket.c index 0f473914..88ef93ec 100644 --- 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