mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
Fix -a --load (again).
This commit is contained in:
@@ -26,7 +26,7 @@ Application* theApp = NULL;
|
|||||||
|
|
||||||
DatabaseCon::DatabaseCon(const std::string& strName, const char *initStrings[], int initCount)
|
DatabaseCon::DatabaseCon(const std::string& strName, const char *initStrings[], int initCount)
|
||||||
{
|
{
|
||||||
boost::filesystem::path pPath = (theConfig.RUN_STANDALONE && (!theConfig.START_UP != Config::LOAD))
|
boost::filesystem::path pPath = (theConfig.RUN_STANDALONE && (theConfig.START_UP != Config::LOAD))
|
||||||
? "" // Use temporary files.
|
? "" // Use temporary files.
|
||||||
: (theConfig.DATA_DIR / strName); // Use regular db files.
|
: (theConfig.DATA_DIR / strName); // Use regular db files.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user