mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Missing ;
This commit is contained in:
@@ -60,7 +60,7 @@ int UniqueNodeList::checkValid(newcoin::Validation& valid)
|
||||
void UniqueNodeList::dumpUNL(std::string& retStr)
|
||||
{
|
||||
Database* db=theApp->getNetNodeDB()->getDB();
|
||||
std::string sql="SELECT * FROM UNL";
|
||||
std::string sql="SELECT * FROM UNL;";
|
||||
|
||||
ScopedLock sl(theApp->getNetNodeDB()->getDBLock());
|
||||
if( db->executeSQL(sql.c_str()) )
|
||||
|
||||
Reference in New Issue
Block a user