You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2001/12/13 09:32:49 UTC

cvs commit: httpd-2.0/modules/mappers mod_negotiation.c

aaron       01/12/13 00:32:49

  Modified:    modules/mappers mod_negotiation.c
  Log:
  Modified for clarity.
  
  Revision  Changes    Path
  1.85      +2 -1      httpd-2.0/modules/mappers/mod_negotiation.c
  
  Index: mod_negotiation.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_negotiation.c,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- mod_negotiation.c	2001/10/03 13:10:16	1.84
  +++ mod_negotiation.c	2001/12/13 08:32:48	1.85
  @@ -2841,7 +2841,8 @@
       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;
       }