Commit 743c9acb authored by Geoff Simmons's avatar Geoff Simmons

Adjust to changed WS_* interface.

parent 71fdcc3b
...@@ -326,7 +326,7 @@ vmod_sub_add(VRT_CTX, struct vmod_dispatch_sub *sub, VCL_INT n, ...@@ -326,7 +326,7 @@ vmod_sub_add(VRT_CTX, struct vmod_dispatch_sub *sub, VCL_INT n,
WS_Release(ctx->ws, 0); WS_Release(ctx->ws, 0);
return; return;
} }
funcname = WS_Front(ctx->ws); funcname = WS_Reservation(ctx->ws);
strcpy(funcname, CFUNC_PREFIX); strcpy(funcname, CFUNC_PREFIX);
f = funcname + CFUNC_PREFIX_LEN; f = funcname + CFUNC_PREFIX_LEN;
......
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