]> granicus.if.org Git - curl/commit
Curl_socket_check: fix timeout return value for select users
authorDaniel Stenberg <daniel@haxx.se>
Tue, 7 Aug 2012 21:30:05 +0000 (23:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Aug 2012 21:30:05 +0000 (23:30 +0200)
commitc771968ab6e842ecda4043a6e8d553457543816e
tree12fec6a9409e53b0f8af895e43f204fdbde3c8cd
parentb61e8b81f50385e9fa332990ffef53c0893b6cd1
Curl_socket_check: fix timeout return value for select users

This is the same fix applied for the conditional code that uses select()
that was already done for the poll specific code in commit
b61e8b81f5038.
lib/select.c