mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
parent
080973dcdb
commit
cd2b45201a
32 changed files with 68 additions and 75 deletions
|
|
@ -630,7 +630,7 @@ bool Curl_ipv6works(struct Curl_easy *data)
|
|||
ipv6_works = 1;
|
||||
sclose(s);
|
||||
}
|
||||
return (ipv6_works > 0) ? TRUE : FALSE;
|
||||
return (ipv6_works > 0);
|
||||
}
|
||||
}
|
||||
#endif /* USE_IPV6 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue