fix minor compiler warning

This commit is contained in:
Yang Tse 2006-06-28 04:17:04 +00:00
parent 856114d05c
commit 64f72c22b9
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ static void singlesocket(struct Curl_multi *multi,
continue;
}
action = ((current.action & GETSOCK_READSOCK(i))?CURL_POLL_IN:0) |
action = ((current.action & GETSOCK_READSOCK(i))?CURL_POLL_IN:0) +
((current.action & GETSOCK_WRITESOCK(i))?CURL_POLL_OUT:0);
}