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

More code polishing

Revert two lines that got last in previous commit.
parent 6d66ab67
This diff is collapsed.
......@@ -1007,6 +1007,8 @@ VEP_Init(struct worker *wrk, vep_callback_t *cb)
vep = (void*)WS_Alloc(wrk->ws, sizeof *vep);
AN(vep);
memset(vep, 0, sizeof *vep);
vep->magic = VEP_MAGIC;
vep->wrk = wrk;
vep->vsb = VSB_new_auto();
AN(vep->vsb);
......
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