]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
select_res is not a socket, it should be a plain int
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Jun 2006 21:30:32 +0000 (21:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Jun 2006 21:30:32 +0000 (21:30 +0000)
lib/transfer.c

index 4aa94364b5097dc351b5d645523494a6ab621ae0..370734a134db3d9e40f044b1d9e70fa3901a32df 100644 (file)
@@ -285,7 +285,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
 
   curl_socket_t fd_read;
   curl_socket_t fd_write;
-  curl_socket_t select_res;
+  int select_res;
 
   curl_off_t contentlength;