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

Muffle Flexelint a little bit.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4196 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8fb66a8d
......@@ -84,10 +84,10 @@ VCL_Refresh(struct VCL_conf **vcc)
void
VCL_Get(struct VCL_conf **vcc)
{
static int once;
static int once = 0;
while (!once && vcl_active == NULL) {
sleep(1);
(void)sleep(1);
}
once = 1;
......
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