aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/session.cpp')
-rw-r--r--src/zencore/session.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zencore/session.cpp b/src/zencore/session.cpp
index ce4bfae1b..50c47c628 100644
--- a/src/zencore/session.cpp
+++ b/src/zencore/session.cpp
@@ -9,7 +9,7 @@
namespace zen {
static Oid GlobalSessionId;
-static char GlobalSessionString[Oid::StringLength];
+static Oid::String_t GlobalSessionString;
static std::once_flag SessionInitFlag;
Oid
@@ -32,4 +32,4 @@ GetSessionIdString()
return std::string_view(GlobalSessionString, Oid::StringLength);
}
-} // namespace zen \ No newline at end of file
+} // namespace zen