Commit 2244f37e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Silence FlexeLint



git-svn-id: http://www.varnish-cache.org/svn/trunk@3108 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a21dff16
......@@ -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);
......
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