--- 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;
     }


Grisha

Reply via email to