Never allow a retry as a final result

This commit is contained in:
JoelKatz
2014-01-22 11:02:30 -08:00
parent e7f0b8eca6
commit f0bb3dfdfb

View File

@@ -204,7 +204,7 @@ TER PaymentTransactor::doApply ()
false, // Not standalone, delete unfundeds.
isSetBit (mParams, tapOPEN_LEDGER));
if (terNO_LINE == terResult)
if (isTerRetry(terResult))
terResult = tecPATH_DRY;
if ((tesSUCCESS == terResult) && (saDstAmountAct != saDstAmount))