summaryrefslogtreecommitdiff
path: root/src/xact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.cc')
-rw-r--r--src/xact.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xact.cc b/src/xact.cc
index f62f8c09..1b08c667 100644
--- a/src/xact.cc
+++ b/src/xact.cc
@@ -367,7 +367,7 @@ void auto_xact_t::extend_xact(xact_base_t& xact, bool post_handler)
amount_t amt;
assert(post->amount);
if (! post->amount.commodity()) {
- if (! post_handler)
+ if (post_handler)
continue;
assert(initial_post->amount);
amt = initial_post->amount * post->amount;