mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Emergency temporary fix.
This commit is contained in:
@@ -809,8 +809,12 @@ TER RippleCalc::calcNodeAdvance(
|
||||
|
||||
TER terResult = tesSUCCESS;
|
||||
|
||||
int loopCount = 0;
|
||||
do
|
||||
{
|
||||
if (++loopCount > 100)
|
||||
return tefEXCEPTION;
|
||||
|
||||
bool bDirectDirDirty = false;
|
||||
|
||||
if (!uDirectTip)
|
||||
|
||||
Reference in New Issue
Block a user