]> granicus.if.org Git - apache/commitdiff
Kill some deadwood
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Aug 2001 18:50:53 +0000 (18:50 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Aug 2001 18:50:53 +0000 (18:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89945 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_dir.c

index b216622018f2bb862f7469cc293b479ddb4be1cb..13ff29abbe1a50a31d9d395d4f9bcd7e013621d8 100644 (file)
@@ -225,9 +225,6 @@ static int handle_dir(request_rec *r)
     if (error_notfound)
         return error_notfound;
 
-    if (r->method_number != M_GET)
-        return DECLINED;
-
     /* nothing for us to do, pass on through */
 
     return DECLINED;