On Sun, 25 Mar 2001, David Eagles wrote:
>
> I wanted to report a bug in the current devel version of 2.5
> (squid-head-200103250000) that prevents the cache from processing any
> requests (memPoolAlloc fails on an assert). I tracked the problem back to
> cbdata.c in function cbdataInit( ) - a line (@ line 142) is missing from the
> series of CREATE_CBDATA macros as follows
>
> CREATE_CBDATA(ConnStateData);
> + CREATE_CBDATA(DigestFetchState);
> CREATE_CBDATA(ErrorState);
>
>
> Once I added this, 2.5 runs very nicely and does all the NTLM auth I
> installed it for... Great job!
I committed your patch, thanks.
Duane W.
Received on Tue Apr 03 2001 - 18:43:07 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:44 MST