curl-util: fix error code check from curl_multi_socket_action
authorDave Reisner <dreisner@archlinux.org>
Sat, 27 Oct 2018 03:46:49 +0000 (23:46 -0400)
committerLennart Poettering <lennart@poettering.net>
Sat, 27 Oct 2018 10:04:45 +0000 (12:04 +0200)
commite6b538d06680857fb25e2a6da94fc416bb2340f5
treec4f1f43d5f20423eb721f82b790c4c8f8bffbf84
parent72e3507a600adfc453b5f237d87d92a1ccabdadf
curl-util: fix error code check from curl_multi_socket_action

After curl 7.20.0, this function never returns negative error codes.
Make this consistent with the other call to this function and only
compare against CURLM_OK.
src/import/curl-util.c