mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
Sync Linux tweaks.
This commit is contained in:
@@ -34,7 +34,7 @@ Application::Application()
|
||||
|
||||
void Application::run()
|
||||
{
|
||||
string filename=strprintf("%sdata.db",theConfig.DATA_DIR);
|
||||
string filename=strprintf("%sdata.db",theConfig.DATA_DIR.c_str());
|
||||
theApp->setDB(new SqliteDatabase(filename.c_str()));
|
||||
mDatabase->connect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user