*** db/db_dispatch.orig Mon May 24 21:37:48 1999 --- db/db_dispatch.c Mon May 24 21:40:43 1999 *************** *** 117,123 **** * in "abort mode". */ if (rectype == DB_log_register || rectype == DB_txn_ckp || ! __db_txnlist_find(info, txnid) == DB_NOTFOUND) return ((dispatch_table[rectype])(logp, db, lsnp, TXN_UNDO, info)); break; --- 117,124 ---- * in "abort mode". */ if (rectype == DB_log_register || rectype == DB_txn_ckp || ! (__db_txnlist_find(info, txnid) == DB_NOTFOUND && ! txnid != 0)) return ((dispatch_table[rectype])(logp, db, lsnp, TXN_UNDO, info)); break;