Commit 3092670e authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

cache_shmlog: Missing assertion

parent 9b27d997
......@@ -110,6 +110,7 @@ vsl_sanity(const struct vsl_log *vsl)
AN(vsl->wlp);
AN(vsl->wlb);
AN(vsl->wle);
assert(vsl->wlb <= vsl->wlp);
assert(vsl->wlp <= vsl->wle);
}
......
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