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

Assert that the event manager found something for each pending fd.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2719 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0923a527
......@@ -480,5 +480,6 @@ ev_schedule_one(struct evbase *evb)
free(e);
}
}
assert(i == 0);
return (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