diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:54:14 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:54:14 +0100 |
commit | 75af6aed482ab16997c1388fe801f74d11ec12a4 (patch) | |
tree | 637249631acc81446f6b5c2e25223f3164e132f6 /src/xrep.cpp | |
parent | b593ea30833ad5dcacb9076c988aec31b0cf26ec (diff) |
Imported Upstream version 2.1.9upstream/2.1.9
Diffstat (limited to 'src/xrep.cpp')
-rw-r--r-- | src/xrep.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xrep.cpp b/src/xrep.cpp index 7317056..ac4150d 100644 --- a/src/xrep.cpp +++ b/src/xrep.cpp @@ -189,10 +189,6 @@ int zmq::xrep_t::xsend (zmq_msg_t *msg_, int flags_) it->second.active = false; more_out = false; current_out = NULL; - rc = zmq_msg_close (&empty); - zmq_assert (rc == 0); - errno = EAGAIN; - return -1; } rc = zmq_msg_close (&empty); zmq_assert (rc == 0); |