Commit cf560f53 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelint pleasing


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2490 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 39dfa847
......@@ -75,7 +75,7 @@ vdi_random_choose(struct sess *sp)
for (vh = vs->hosts; ; vh++)
if (r < vh->weight)
return (vh->backend);
assert(0 != __LINE__);
assert(0 == __LINE__);
return (NULL);
}
......
-passes=8
-passes=3
+libh mgt_event.h
+libh ../../config.h
......@@ -53,6 +53,8 @@
-emacro(506, isnan) // constant value boolean
-emacro(747, isnan) // significant coersion
-emacro(506, assert) // constant value boolean
-emacro(827, assert) // loop not reachable
-emacro(774, assert) // booelan always true
-emacro(774, HTTPH) // always false
// cache.h
......
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