fujuntang
2021-09-26 52ce9893a71311c46d4e9ba14ef2a98b3b715e36
src/shm/hashtable.cpp
@@ -178,7 +178,6 @@
    goto suc;
  }
  val = _hashtable_get(hashtable, key);
  // val = 1是allockey的情况
  if(val != NULL && val != (void *)1) 
    goto fail;