Commit b6fb1f64 authored by bjovke's avatar bjovke

Macro correction.

parent 2bdd06ca
......@@ -71,10 +71,12 @@
#define CHECK_RC_EXIT_ON_FAILURE()\
do {\
if (rc < 0) {\
PROXY_CLEANUP();\
return close_and_return (&msg, -1);\
}
}\
} while(0)
#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