On 12 Oct 2002, Jeff Trawick wrote:
> "Gregory (Grisha) Trubetskoy" <[EMAIL PROTECTED]> writes:
>
> > --- mod_negotiation.c Fri Aug 9 15:21:57 2002
> > +++ mod_negotiation.c.new Sat Oct 12 15:47:36 2002
> > @@ -2881,7 +2881,7 @@
> > int res;
> > int j;
> >
> > - if (r->finfo.filetype != APR_NOFILE
> > + if (!r->finfo || r->finfo.filetype != APR_NOFILE
> > || !(ap_allow_options(r) & OPT_MULTI)) {
> > return DECLINED;
> > }
>
> what does it mean to say "!r->finfo" when finfo is a structure, not a pointer?
Better question, how in the world is this seg faulting?????
Ryan
_______________________________________________________________________________
Ryan Bloom [EMAIL PROTECTED]
550 Jean St
Oakland CA 94610
-------------------------------------------------------------------------------