summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dabInputZmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabInputZmq.h b/src/dabInputZmq.h
index d13029d..fdd0f1b 100644
--- a/src/dabInputZmq.h
+++ b/src/dabInputZmq.h
@@ -168,7 +168,7 @@ class DabInputZmqBase : public DabInputBase, public RemoteControllable {
m_enable_input(true),
m_config(config),
m_stats(m_name),
- m_prebuf_current(0) {
+ m_prebuf_current(config.prebuffering) {
RC_ADD_PARAMETER(enable,
"If the input is enabled. Set to zero to empty the buffer.");