Skip to content
Snippets Groups Projects
Commit c0557d5f authored by deuce's avatar deuce
Browse files

Fix logic

parent df386b6c
Branches
Tags
No related merge requests found
......@@ -401,7 +401,7 @@ int conn_socket_connect(struct bbslist *bbs)
case EINTR:
case EAGAIN:
#if (!defined(EAGAIN) && defined(EWOULDBLOCK)) && (EAGAIN!=EWOULDBLOCK)
#if (!defined(EAGAIN) && defined(EWOULDBLOCK)) || (EAGAIN!=EWOULDBLOCK)
case EWOULDBLOCK:
#endif
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment