From b9f9bb6cc0ffcf92ac87c839854abfa43a66884b Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 20 Jan 2023 16:14:33 +0530 Subject: [PATCH] standards: uniform init always --- src/Adapter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)