*** empty log message ***

This commit is contained in:
John Wiegley 2005-02-09 05:10:55 +00:00
parent 46302362dd
commit c4dfcc997c

View file

@ -230,9 +230,7 @@ void related_transactions::flush()
} else {
transaction_xdata_t& xdata = transaction_xdata(**i);
if (! (xdata.dflags & TRANSACTION_HANDLED) &&
(! (xdata.dflags & TRANSACTION_RECEIVED) ?
! ((*i)->flags & (TRANSACTION_AUTO | TRANSACTION_VIRTUAL)) :
also_matching)) {
! ((*i)->flags & TRANSACTION_AUTO)) {
xdata.dflags |= TRANSACTION_HANDLED;
item_handler<transaction_t>::operator()(**i);
}