Missed config cause I'm totes not on gcc right now

This commit is contained in:
KimLS 2016-05-24 23:58:19 -07:00
parent 290bcc5720
commit a9ef83c597

View File

@ -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";