On 23 Aug 2001 [EMAIL PROTECTED] wrote:
> trawick 01/08/23 16:49:41
>
> Modified: server core.c
> Log:
> fix fubar with recent commit to ap_core_translate()
>
> }
> - r->canonical_filename == r->filename;
> + r->canonical_filename = r->filename;
> }
> else {
> /*
> @@ -2933,7 +2933,7 @@
> != APR_SUCCESS) {
> return HTTP_FORBIDDEN;
> }
> - r->canonical_filename == r->filename;
> + r->canonical_filename = r->filename;
> }
>
Crap, and I saw those (briefly), too... I thought they looked strange for
some reason but didn't focus on it long enough to see the obvious. I
wonder why the hell didn't this cause a gcc warning?
--Cliff
--------------------------------------------------------------
Cliff Woolley
[EMAIL PROTECTED]
Charlottesville, VA