r1358 - in branches/1.0: . lib/libvcl

des at projects.linpro.no des at projects.linpro.no
Thu Apr 19 16:51:23 CEST 2007


Author: des
Date: 2007-04-19 16:51:23 +0200 (Thu, 19 Apr 2007)
New Revision: 1358

Modified:
   branches/1.0/
   branches/1.0/lib/libvcl/vcc_acl.c
Log:
 r37091 at cat (orig r1315):  phk | 2007-04-19 12:00:37 +0200
 Emit acl matching code to the function body.
 



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1314
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1315

Modified: branches/1.0/lib/libvcl/vcc_acl.c
===================================================================
--- branches/1.0/lib/libvcl/vcc_acl.c	2007-04-19 14:51:22 UTC (rev 1357)
+++ branches/1.0/lib/libvcl/vcc_acl.c	2007-04-19 14:51:23 UTC (rev 1358)
@@ -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