aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-10-30 09:25:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-10-30 09:25:19 +0100
commit9839d0f93fe92123335a0dcc4f7cdd0716b628f8 (patch)
treee48be68da1d9fc6c7563a9b89e02192fa7437a18 /src
parent393b1462d0ef51acf50abf570b487b46802d093e (diff)
downloaddabmod-9839d0f93fe92123335a0dcc4f7cdd0716b628f8.tar.gz
dabmod-9839d0f93fe92123335a0dcc4f7cdd0716b628f8.tar.bz2
dabmod-9839d0f93fe92123335a0dcc4f7cdd0716b628f8.zip
Fix command line option for zmq input
Diffstat (limited to 'src')
-rw-r--r--src/InputZeroMQReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InputZeroMQReader.cpp b/src/InputZeroMQReader.cpp
index 58d76c9..a640812 100644
--- a/src/InputZeroMQReader.cpp
+++ b/src/InputZeroMQReader.cpp
@@ -72,7 +72,7 @@ int InputZeroMQReader::Open(const std::string& uri, unsigned max_queued_frames)
uri_ = uri;
}
- workerdata_.uri = uri;
+ workerdata_.uri = uri_;
workerdata_.max_queued_frames = max_queued_frames;
// launch receiver thread
worker_.Start(&workerdata_);