How about a diff -u or at least may be a file name?
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Mathias Herberts
> Sent: Monday, June 04, 2001 6:53 AM
> To: [EMAIL PROTECTED]
> Subject: Session ID in load balancer in 3.2.2
>
>
> According to the RELEASE-NOTES, the load balancer was fixed to correctly
> extract the session ID from the Cookie.
>
> It seems the extraction from the URI has not been corrected, line 136
> should read
>
> *id_end = '\0';
>
> instead of
>
> id_end = NULL;
>
> Has this been corrected in the current CVS source tree?
>
> Mathias.