marc 97/07/05 10:42:13
Modified: src Tag: APACHE_1_2_X mod_status.c
Log:
Remove extra exists_scoreboard_image() call.
Revision Changes Path
No revision
No revision
1.47.2.2 +0 -1 apache/src/mod_status.c
Index: mod_status.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_status.c,v
retrieving revision 1.47.2.1
retrieving revision 1.47.2.2
diff -C3 -r1.47.2.1 -r1.47.2.2
*** mod_status.c 1997/06/27 01:51:50 1.47.2.1
--- mod_status.c 1997/07/05 17:42:12 1.47.2.2
***************
*** 236,242 ****
}
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";
--- 236,241 ----