Fix missing return value error check

This commit is contained in:
Nik Bougalis
2014-09-01 15:09:06 -07:00
committed by Vinnie Falco
parent 61006e626d
commit a3fe089367

View File

@@ -213,7 +213,7 @@ TER PathCursor::deliverNodeForward (
// Output fees vary as the next nodes offer owners may vary.
// Therefore, immediately push through output for current offer.
increment().deliverNodeForward (
resultCode = increment().deliverNodeForward (
node().offerOwnerAccount_, // --> Current holder.
saOutPassMax, // --> Amount available.
saOutPassAct, // <-- Amount delivered.