fix some compiler warnings

This commit is contained in:
Yang Tse
2012-03-16 19:06:34 +01:00
parent 97386c3c84
commit 8af4b657d0
8 changed files with 33 additions and 9 deletions

View File

@@ -752,7 +752,7 @@ CURLcode Curl_init_userdefined(struct UserDefined *set)
/* tcp keepalives are disabled by default, but provide reasonable values for
* the interval and idle times.
*/
set->tcp_keepalive = 0;
set->tcp_keepalive = FALSE;
set->tcp_keepintvl = 60;
set->tcp_keepidle = 60;