diff --git a/src/ripple/app/paths/impl/StrandFlow.h b/src/ripple/app/paths/impl/StrandFlow.h index 11035245d3..4abc661ed4 100644 --- a/src/ripple/app/paths/impl/StrandFlow.h +++ b/src/ripple/app/paths/impl/StrandFlow.h @@ -218,7 +218,7 @@ flow ( { JLOG (j.error()) << "Strand re-execute check failed. Step: " << i; - return {telFAILED_PROCESSING, std::move (ofrsToRm)}; + break; } } }