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