]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
removed leftover? assertion from debugging days
authorwessels <>
Mon, 3 May 1999 22:29:45 +0000 (22:29 +0000)
committerwessels <>
Mon, 3 May 1999 22:29:45 +0000 (22:29 +0000)
src/helper.cc

index 2e4690fc28771c031808f70b87fe8403f87065f2..5a9e2986588d39ece9ee2a22c718824f7c54a78e 100644 (file)
@@ -231,7 +231,6 @@ helperServerFree(int fd, void *data)
     if (!srv->flags.shutdown) {
        debug(34, 0) ("WARNING: %s #%d (FD %d) exited\n",
            hlp->id_name, srv->index + 1, fd);
-       assert(hlp->n_running >= hlp->n_to_start / 2);
        if (hlp->n_running < hlp->n_to_start / 2)
            fatalf("Too few %s processes are running", hlp->id_name);
     }