summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/src/connection.cc
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-07-18 13:44:53 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-07-18 13:44:53 -0400
commit24d8f16ce9c4ba5f2c09f68fff66e0f46383b6c1 (patch)
tree08e4b0c8fc7f0d38a6846139aed2f7fd74b0e8c3 /src/components/connection_handler/src/connection.cc
parente380ed1779e4317437cea63f070a8345b41f2d33 (diff)
downloadsdl_core-24d8f16ce9c4ba5f2c09f68fff66e0f46383b6c1.tar.gz
Cleanup, add some cmake support
Diffstat (limited to 'src/components/connection_handler/src/connection.cc')
-rw-r--r--src/components/connection_handler/src/connection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/connection_handler/src/connection.cc b/src/components/connection_handler/src/connection.cc
index b8399b2c9b..08b37b9026 100644
--- a/src/components/connection_handler/src/connection.cc
+++ b/src/components/connection_handler/src/connection.cc
@@ -81,7 +81,7 @@ Connection::Connection(ConnectionHandle connection_handle,
: connection_handler_(connection_handler)
, connection_handle_(connection_handle)
, connection_device_handle_(connection_device_handle)
- , session_map_lock_(true)
+ , session_map_lock_()
, primary_connection_handle_(0)
, heartbeat_timeout_(heartbeat_timeout) {
LOG4CXX_AUTO_TRACE(logger_);