This commit is contained in:
janko33bd
2017-06-07 18:35:21 +02:00
committed by GitHub
parent db57bbc038
commit 3f7c2f21e7

View File

@@ -43,7 +43,7 @@ void CDBEnv::EnvShutdown()
if (ret != 0)
LogPrintf("CDBEnv::EnvShutdown: Error %d shutting down database environment: %s\n", ret, DbEnv::strerror(ret));
if (!fMockDb)
DbEnv(u_int32_t{0}).remove(strPath.c_str(), 0);
DbEnv(u_int32_t(0)).remove(strPath.c_str(), 0);
}
void CDBEnv::Reset()