diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/filters.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filters.cc b/src/filters.cc index b3d1e2fe..d2a47467 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -794,6 +794,7 @@ pass_down_accounts::pass_down_accounts { TRACE_CTOR(pass_down_accounts, "acct_handler_ptr, accounts_iterator"); + for (account_t * account = iter(); account; account = iter()) if (! pred || (*pred)(*account)) item_handler<account_t>::operator()(*account); |