From 7c91bb33c38b40927fad40b33735ad147c95c612 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 6 Aug 2001 18:50:53 +0000 Subject: [PATCH] Kill some deadwood git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89945 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_dir.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.50.1