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

don't make acl's const, they are not.

Reported by:	Martin Aspeli <optilude@gmx.net>



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2049 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 006d3401
......@@ -42,7 +42,7 @@ static void
vcc_acl_top(struct tokenlist *tl, const char *acln)
{
Fh(tl, 1, "\nstatic const struct vrt_acl acl_%s[] = {\n", acln);
Fh(tl, 1, "\nstatic struct vrt_acl acl_%s[] = {\n", acln);
tl->hindent += INDENT;
}
......
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