From a9ef83c59703c43fd0ba2e539340674ae4f0e4fe Mon Sep 17 00:00:00 2001 From: KimLS Date: Tue, 24 May 2016 23:58:19 -0700 Subject: [PATCH] Missed config cause I'm totes not on gcc right now --- common/ipc_mutex.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/ipc_mutex.cpp b/common/ipc_mutex.cpp index 0c92e2410..75e0a63a1 100644 --- a/common/ipc_mutex.cpp +++ b/common/ipc_mutex.cpp @@ -55,6 +55,7 @@ namespace EQEmu { EQ_EXCEPT("IPC Mutex", "Could not create mutex."); } #else + auto Config = EQEmuConfig::get(); std::string final_name = Config->SharedMemDir + name; final_name += ".lock";