]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove extra exists_scoreboard_image() call.
authorMarc Slemko <marc@apache.org>
Sat, 5 Jul 1997 17:42:12 +0000 (17:42 +0000)
committerMarc Slemko <marc@apache.org>
Sat, 5 Jul 1997 17:42:12 +0000 (17:42 +0000)
Reviewed by:
Submitted by:
Obtained from:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78530 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/src/modules/standard/mod_status.c

index e2059cd03a8375d824900e6352f1c2679c1b60d5..c00a3a4d5f98d92087d20ec75cacb4471c839f87 100644 (file)
@@ -236,7 +236,6 @@ int status_handler (request_rec *r)
      }
     r->allowed = (1 << M_GET) | (1 << M_TRACE);
     if (r->method_number != M_GET) return HTTP_METHOD_NOT_ALLOWED;
-    if (!exists_scoreboard_image()) return HTTP_NOT_IMPLEMENTED;
 
     r->content_type = "text/html";