Commit 76e45857 authored by Geoff Simmons's avatar Geoff Simmons

bugfix accessing the tx pointer in an error case

parent 6c59e57e
......@@ -239,7 +239,7 @@ event(struct VSL_data *vsl, struct VSL_transaction * const pt[], void *priv)
if (tx == NULL) {
no_free_tx++;
LOG_Log(LOG_DEBUG, "Freelist exhausted, tx DISCARDED: [%u %c]",
t->vxid, tx_type_name[tx->type]);
t->vxid, tx_type_name[t->type]);
continue;
}
CHECK_OBJ_NOTNULL(tx, TX_MAGIC);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment