r1315 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Thu Apr 19 12:00:37 CEST 2007


Author: phk
Date: 2007-04-19 12:00:37 +0200 (Thu, 19 Apr 2007)
New Revision: 1315

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_acl.c
Log:
Emit acl matching code to the function body.


Modified: trunk/varnish-cache/lib/libvcl/vcc_acl.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_acl.c	2007-04-19 09:34:45 UTC (rev 1314)
+++ trunk/varnish-cache/lib/libvcl/vcc_acl.c	2007-04-19 10:00:37 UTC (rev 1315)
@@ -47,7 +47,7 @@
 		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;




More information about the varnish-commit mailing list