From: Aaron Bannert Date: Thu, 13 Dec 2001 08:32:48 +0000 (+0000) Subject: Modified for clarity. X-Git-Tag: 2.0.30~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f40331c0f252064cf7db8bc8559df14f71f50bff;p=thirdparty%2Fapache%2Fhttpd.git Modified for clarity. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c index 5223eca691c..89d921bef97 100644 --- a/modules/mappers/mod_negotiation.c +++ b/modules/mappers/mod_negotiation.c @@ -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; }