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