summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Outputs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Outputs.cpp b/src/Outputs.cpp
index d0d3ca4..97caaee 100644
--- a/src/Outputs.cpp
+++ b/src/Outputs.cpp
@@ -164,7 +164,7 @@ void EDI::add_tcp_destination(const std::string& host, unsigned int port)
dest->dest_port = port;
m_edi_conf.destinations.push_back(dest);
- m_edi_conf.dump = true;
+ m_edi_conf.dump = false;
}
bool EDI::enabled() const