lichao
2021-05-19 ef289dc295e5597bbe39bcfdee06971726be7d7c
src/defs.cpp
@@ -104,7 +104,7 @@
// which node might crash inside and cause deadlock.
bool CenterInit(bhome_shm::SharedMemory &shm)
{
   Mutex *mutex = shm.Create<Mutex>("shm_center_lock");
   Mutex *mutex = shm.FindOrCreate<Mutex>("shm_center_lock");
   if (!mutex || !mutex->try_lock()) {
      return false;
   }