Commit 6825ff4b authored by Nils Goroll's avatar Nils Goroll

Revert "Add missing break to switch."

For match_tag == SLT_Timestamp, we'd miss a match otherwise.
Add the missing /* FALLTHROUGH */

This reverts commit 97bfb002.
parent 16bc176f
......@@ -268,7 +268,7 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
break;
case SLT_Timestamp:
tsp = VSL_CDATA(tr->c->rec.ptr);
break;
/* FALLTHROUGH */
default:
if (tag != match_tag)
break;
......
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