]> err.no Git - varnish/commitdiff
Silence FlexeLint
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 19 Aug 2008 09:38:46 +0000 (09:38 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 19 Aug 2008 09:38:46 +0000 (09:38 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3108 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_backend.c

index 3edb15c3324738c8ab0d1a413ea5942befcbe60f..7d93e3f499d541abec31087876223d0276b9b847 100644 (file)
@@ -434,6 +434,7 @@ vcc_ParseProbe(struct tokenlist *tl)
                if (threshold > window ) {
                        vsb_printf(tl->sb,
                            "Threshold can not be greater than window.\n");
+                       AN(t_threshold);
                        vcc_ErrWhere(tl, t_threshold);
                        AN(t_window);
                        vcc_ErrWhere(tl, t_window);