You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/08/06 20:50:53 UTC

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

wrowe       01/08/06 11:50:53

  Modified:    modules/mappers mod_dir.c
  Log:
    Kill some deadwood
  
  Revision  Changes    Path
  1.33      +0 -3      httpd-2.0/modules/mappers/mod_dir.c
  
  Index: mod_dir.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_dir.c,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- mod_dir.c	2001/04/20 15:38:24	1.32
  +++ mod_dir.c	2001/08/06 18:50:53	1.33
  @@ -225,9 +225,6 @@
       if (error_notfound)
           return error_notfound;
   
  -    if (r->method_number != M_GET)
  -        return DECLINED;
  -
       /* nothing for us to do, pass on through */
   
       return DECLINED;