mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Macro correction.
This commit is contained in:
@@ -71,10 +71,12 @@
|
|||||||
|
|
||||||
|
|
||||||
#define CHECK_RC_EXIT_ON_FAILURE()\
|
#define CHECK_RC_EXIT_ON_FAILURE()\
|
||||||
if (rc < 0) {\
|
do {\
|
||||||
PROXY_CLEANUP();\
|
if (rc < 0) {\
|
||||||
return close_and_return (&msg, -1);\
|
PROXY_CLEANUP();\
|
||||||
}
|
return close_and_return (&msg, -1);\
|
||||||
|
}\
|
||||||
|
} while(0)
|
||||||
|
|
||||||
#endif // ZMQ_HAVE_POLLER
|
#endif // ZMQ_HAVE_POLLER
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user