diff --git a/src/Adapter.cc b/src/Adapter.cc index aa8b9e8..f91377d 100644 --- a/src/Adapter.cc +++ b/src/Adapter.cc @@ -11,7 +11,7 @@ using namespace std; -thread_local pEp::Adapter::Session pEp::Adapter::session; +thread_local pEp::Adapter::Session pEp::Adapter::session{}; namespace pEp { void throw_status(::PEP_STATUS status)