This commit is contained in:
JoelKatz
2012-12-17 20:05:54 -08:00
parent 690f2dac6a
commit 961ac4690e

View File

@@ -158,7 +158,7 @@ TER PaymentTransactor::doApply()
sleDst->setFieldAmount(sfBalance, sleDst->getFieldAmount(sfBalance) + saDstAmount);
// re-arm the password change fee if we can and need to
if ((sleDst->getFlags() & lsfPasswordSpent)
if ((sleDst->getFlags() & lsfPasswordSpent))
sleDst->clearFlag(lsfPasswordSpent);
terResult = tesSUCCESS;