Commit 9843d650 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Copy VEXT's in earlier so -C can also see them.

parent 7779839d
......@@ -856,6 +856,8 @@ main(int argc, char * const *argv)
mgt_vcl_init();
vext_copyin(vident);
u = 0;
VTAILQ_FOREACH(alp, &arglist, list) {
if (!strcmp(alp->arg, "f") && alp->priv != NULL)
......@@ -896,8 +898,6 @@ main(int argc, char * const *argv)
VPF_Write(alp->priv);
}
vext_copyin(vident);
AZ(VSB_finish(vident));
if (S_arg == NULL)
......
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