Commit 24131eee authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't create an unnecessary fencepost member.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2897 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6c5a14df
......@@ -119,7 +119,6 @@ vcc_ParseRandomDirector(struct tokenlist *tl, struct token *t_dir)
Fc(tl, 0, " },\n");
vcc_NextToken(tl);
}
Fc(tl, 0, "\t{ .host = 0 }\n");
Fc(tl, 0, "};\n");
Fc(tl, 0,
"\nstatic const struct vrt_dir_random vdr_%.*s = {\n",
......
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