From: William A. Rowe Jr Date: Mon, 6 Aug 2001 18:50:53 +0000 (+0000) Subject: Kill some deadwood X-Git-Tag: 2.0.23~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c91bb33c38b40927fad40b33735ad147c95c612;p=apache Kill some deadwood git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89945 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_dir.c b/modules/mappers/mod_dir.c index b216622018..13ff29abbe 100644 --- a/modules/mappers/mod_dir.c +++ b/modules/mappers/mod_dir.c @@ -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;