Commit a3533dae authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remember to initialize the version number, so we don't start out

processing all the old entries, unless -d was specified.

Fixes #1170
parent e14ddaee
......@@ -145,6 +145,7 @@ vsl_open(struct VSM_data *vd)
}
if (vsl->log_ptr >= vsl->log_end)
vsl->log_ptr = vsl->log_start + 1;
vsl->last_seq = vsl->log_start[0];
return (0);
}
......
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