From ed8ba18192c29f2a648322cf28bed4d9bc070145 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 7 Jul 2008 22:19:05 +0000 Subject: [PATCH] Don't create an unnecessary fencepost member. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2897 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcc_dir_random.c | 1 - 1 file changed, 1 deletion(-) diff --git a/varnish-cache/lib/libvcl/vcc_dir_random.c b/varnish-cache/lib/libvcl/vcc_dir_random.c index 63caf513..effe9a41 100644 --- a/varnish-cache/lib/libvcl/vcc_dir_random.c +++ b/varnish-cache/lib/libvcl/vcc_dir_random.c @@ -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", -- 2.39.5