summaryrefslogtreecommitdiff
path: root/src/rep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rep.cpp')
-rw-r--r--src/rep.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rep.cpp b/src/rep.cpp
index b2ada66..2904f06 100644
--- a/src/rep.cpp
+++ b/src/rep.cpp
@@ -27,6 +27,7 @@ zmq::rep_t::rep_t (class ctx_t *parent_, uint32_t slot_) :
sending_reply (false),
request_begins (true)
{
+ options.type = ZMQ_REP;
}
zmq::rep_t::~rep_t ()