assert problem

"Yuval Lifshitz" <[email protected]> Mon, 1 Nov 2004 15:48:37 +0200
Newsgroups gmane.comp.apache.mod-wackamole.general
Message-ID <20041101134945.XKNJ7559.imta02a2.registeredsite.com@yuval>
Previously I emailed a question regarding assertion problem at
wackamole.c:702

I bypassed this with the following code:

/*assert(ret == My.num_allocated);*/
  
if (ret != My.num_allocated)
{
	Claim_unclaimed();
      return;
}

It was really a wild guess, so please let me know if you think it is
harmful, or if there is a better way to do that.

Yuval Lifshitz