Commit 8fe17b9b authored by Marc Slemko's avatar Marc Slemko
Browse files

Remove extra exists_scoreboard_image() call.

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
parent b8f4f399
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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";