aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-06-25 19:54:00 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-06-25 19:54:15 +0200
commit5e5d45c6afe3f6cae696320acfdf6875324c994c (patch)
tree3f49969e2b24834e2050271a3efe0abe4bb6a74c /doc
parent74192c72bf675a5cbd6f4f52df042992b10c31f5 (diff)
parent01505ec9fba630e039b1f25d65cf2dfc69d6088c (diff)
downloaddabmod-5e5d45c6afe3f6cae696320acfdf6875324c994c.tar.gz
dabmod-5e5d45c6afe3f6cae696320acfdf6875324c994c.tar.bz2
dabmod-5e5d45c6afe3f6cae696320acfdf6875324c994c.zip
Merge 'raspine/master' with ZMQ RC fixes into next
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq-ctrl/cpp/OdrModCtrl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/zmq-ctrl/cpp/OdrModCtrl.cpp b/doc/zmq-ctrl/cpp/OdrModCtrl.cpp
index 731a9af..416ffcd 100644
--- a/doc/zmq-ctrl/cpp/OdrModCtrl.cpp
+++ b/doc/zmq-ctrl/cpp/OdrModCtrl.cpp
@@ -51,6 +51,7 @@ COdrModCtrl::COdrModCtrl(zmq::context_t *pContext, std::string odrEndpoint,
m_pContext = pContext;
m_odrEndpoint = odrEndpoint;
m_timeoutMs = (uint32_t) timeoutMs;
+ m_pReqSocket = NULL;
}
COdrModCtrl::~COdrModCtrl()