]> err.no Git - varnish/commitdiff
Silence a compiler warning that occurs with gcc 4.2.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 20 May 2007 22:22:24 +0000 (22:22 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 20 May 2007 22:22:24 +0000 (22:22 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1460 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_vcc.c

index 18681a2ed18b6413811b46fce661541d74d4cf18..206e8aa25b241a9523809be3399d0327f86bc202 100644 (file)
@@ -345,6 +345,7 @@ mgt_vcc_default(const char *b_arg, const char *f_arg, int C_flag)
                csrc = VCC_CompileFile(sb, f_arg);
                if (csrc != NULL)
                        fputs(csrc, stdout);
+               vf = NULL;
        } else {
                vf = mgt_VccCompileFile(sb, f_arg);
        }