summaryrefslogtreecommitdiff
path: root/autoxact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'autoxact.cc')
-rw-r--r--autoxact.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoxact.cc b/autoxact.cc
index 165ebede..d358daf3 100644
--- a/autoxact.cc
+++ b/autoxact.cc
@@ -10,7 +10,7 @@ void automated_transaction_t::extend_entry(entry_t * entry)
for (transactions_deque::iterator i = initial_xacts.begin();
i != initial_xacts.end();
i++)
- if (predicate(*i))
+ if (predicate(**i))
for (transactions_deque::iterator t = transactions.begin();
t != transactions.end();
t++) {