diff options
Diffstat (limited to 'src/xact.cc')
-rw-r--r-- | src/xact.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xact.cc b/src/xact.cc index 561170bd..d94464a6 100644 --- a/src/xact.cc +++ b/src/xact.cc @@ -542,6 +542,7 @@ void auto_xact_t::extend_xact(xact_base_t& xact, bool post_handler) new_post->add_flags(ITEM_GENERATED); xact.add_post(new_post); + new_post->account->add_post(new_post); } } } |