Commit 5e9d6b74 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Emit acl matching code to the function body.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1315 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a8bc7438
......@@ -47,7 +47,7 @@ vcc_Cond_Ip(struct var *vp, struct tokenlist *tl)
vcc_NextToken(tl);
ExpectErr(tl, ID);
vcc_AddRef(tl, tl->t, R_ACL);
Fc(tl, 1, "VRT_acl_match(sp, \"%.*s\", acl_%.*s)\n",
Fb(tl, 1, "VRT_acl_match(sp, \"%.*s\", acl_%.*s)\n",
PF(tl->t), PF(tl->t));
vcc_NextToken(tl);
break;
......
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