summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/transport_manager/src/tcp/tcp_transport_adapter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/transport_manager/src/tcp/tcp_transport_adapter.cc b/src/components/transport_manager/src/tcp/tcp_transport_adapter.cc
index 21a3506da..3998c02ab 100644
--- a/src/components/transport_manager/src/tcp/tcp_transport_adapter.cc
+++ b/src/components/transport_manager/src/tcp/tcp_transport_adapter.cc
@@ -64,7 +64,7 @@ TcpTransportAdapter::TcpTransportAdapter(const uint16_t port)
NULL,
#endif
new TcpConnectionFactory(this),
- new TcpClientListener(this, port, false)) {
+ new TcpClientListener(this, port, true)) {
}
TcpTransportAdapter::~TcpTransportAdapter() {