Upgrade Boost to 1.62.0

This commit is contained in:
Jack Grigg
2016-09-20 18:11:39 +12:00
committed by janko33bd
parent 53b6b17b39
commit db57bbc038
2 changed files with 4 additions and 4 deletions

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(0).remove(strPath.c_str(), 0);
DbEnv(u_int32_t{0}).remove(strPath.c_str(), 0);
}
void CDBEnv::Reset()