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, 0 insertions, 1 deletions
diff --git a/src/rep.cpp b/src/rep.cpp
index b7685b4..b6bffae 100644
--- a/src/rep.cpp
+++ b/src/rep.cpp
@@ -30,7 +30,6 @@ zmq::rep_t::rep_t (class app_thread_t *parent_) :
waiting_for_reply (false),
reply_pipe (NULL)
{
- options.type = ZMQ_REP;
options.requires_in = true;
options.requires_out = true;
}