]> err.no Git - varnish/commitdiff
Assert that the event manager found something for each pending fd.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 17 Jun 2008 08:18:42 +0000 (08:18 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 17 Jun 2008 08:18:42 +0000 (08:18 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2719 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_event.c

index 4c538165d4ff5037913edd9731712300e3afc8cf..ab7c7f0b37b59f3d01a41c2bd072aa1720528719 100644 (file)
@@ -480,5 +480,6 @@ ev_schedule_one(struct evbase *evb)
                        free(e);
                }
        }
+       assert(i == 0);
        return (1);
 }