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