db_bdb: create all needed directories, not just the leaf one

pull/95/head
moneromooo-monero 9 years ago
parent f141869cac
commit 015b68a2be
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -759,7 +759,7 @@ void BlockchainBDB::open(const std::string& filename, const int db_flags)
}
else
{
if (!boost::filesystem::create_directory(direc))
if (!boost::filesystem::create_directories(direc))
throw0(DB_OPEN_FAILURE(std::string("Failed to create directory ").append(filename).c_str()));
}

Loading…
Cancel
Save