Commit b6fb1f64 authored by bjovke's avatar bjovke

Macro correction.

parent 2bdd06ca
...@@ -71,10 +71,12 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment