summaryrefslogtreecommitdiffstats
path: root/src/input/Zmq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/Zmq.h')
-rw-r--r--src/input/Zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Zmq.h b/src/input/Zmq.h
index 1c2016a..eb67fe5 100644
--- a/src/input/Zmq.h
+++ b/src/input/Zmq.h
@@ -156,7 +156,7 @@ class ZmqBase : public InputBase, public RemoteControllable {
m_bitrate(0),
m_enable_input(true),
m_config(config),
- m_stats(m_name),
+ m_stats(name),
m_prebuf_current(config.prebuffering) {
RC_ADD_PARAMETER(enable,
"If the input is enabled. Set to zero to empty the buffer.");