Commit d681aeb9 authored by Jason Stangroome's avatar Jason Stangroome

Maintain `-d` behaviour when log is overrun and reacquired

parent 2d511c90
......@@ -320,7 +320,8 @@ VUT_Main(void)
continue;
}
c = VSL_CursorVSM(VUT.vsl, VUT.vsm,
VSL_COPT_TAIL | VSL_COPT_BATCH);
(VUT.d_opt ? VSL_COPT_TAILSTOP : VSL_COPT_TAIL)
| VSL_COPT_BATCH);
if (c == NULL) {
VSL_ResetError(VUT.vsl);
VSM_Close(VUT.vsm);
......
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