diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:45 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:45 +0100 |
commit | cbaa7cfa93893876e4fd8794b6ea39f4d245b6b5 (patch) | |
tree | e15fcee68b93793ef5654e09c214150e9d3ce248 /src/xrep.cpp | |
parent | 8e61b98c5e2943b149c825310b24e714a6127072 (diff) |
Imported Upstream version 2.1.6upstream/2.1.6
Diffstat (limited to 'src/xrep.cpp')
-rw-r--r-- | src/xrep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xrep.cpp b/src/xrep.cpp index 7f0da4d..75dc30e 100644 --- a/src/xrep.cpp +++ b/src/xrep.cpp @@ -269,7 +269,7 @@ int zmq::xrep_t::xrecv (zmq_msg_t *msg_, int flags_) zmq_assert (rc == 0); memcpy (zmq_msg_data (msg_), inpipes [current_in].identity.data (), zmq_msg_size (msg_)); - msg_->flags = ZMQ_MSG_MORE; + msg_->flags |= ZMQ_MSG_MORE; return 0; } |