]> granicus.if.org Git - apache/commitdiff
Modified for clarity.
authorAaron Bannert <aaron@apache.org>
Thu, 13 Dec 2001 08:32:48 +0000 (08:32 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 13 Dec 2001 08:32:48 +0000 (08:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92445 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_negotiation.c

index 5223eca691c660ef714237271b94879ffc1153ac..89d921bef978d968f4ce74ddd37f48617ccf1113 100644 (file)
@@ -2841,7 +2841,8 @@ static int handle_multi(request_rec *r)
     int res;
     int j;
 
-    if (r->finfo.filetype != 0 || !(ap_allow_options(r) & OPT_MULTI)) {
+    if (r->finfo.filetype != APR_NOFILE
+        || !(ap_allow_options(r) & OPT_MULTI)) {
         return DECLINED;
     }