> So, if this must be true, the only logical solution is to add the following 
> check to the HEAD and 2.4S1 code:
> 
> Index: useragent.c
> ===================================================================
> RCS file: /cvsroot/squid/squid/src/useragent.c,v
> retrieving revision 1.3.28.2
> retrieving revision 1.3.28.3
> diff -w -u -r1.3.28.2 -r1.3.28.3
> --- useragent.c 2001/05/21 21:10:28     1.3.28.2
> +++ useragent.c 2001/07/10 20:25:43     1.3.28.3
> @@ -87,6 +87,7 @@
> useragentLogClose(void)
> {
> #if USE_USERAGENT_LOG
> +    if (NULL != useragentlog)
>       logfileClose(useragentlog);
>       useragentlog = NULL;
> #endif
 
done.
Received on Mon Jul 16 2001 - 15:45:38 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:07 MST