bjh 99/10/31 20:27:09
Modified: src/modules/standard mod_asis.c
Log:
Fix mod_asis handler name. This was messed up with Ryans accidental
search/replace of "-i" -> " ap_context_t " and the subsequent fix was
slightly out.
Revision Changes Path
1.12 +1 -1 apache-2.0/src/modules/standard/mod_asis.c
Index: mod_asis.c
===================================================================
RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_asis.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mod_asis.c 1999/10/31 09:26:00 1.11
+++ mod_asis.c 1999/11/01 04:27:05 1.12
@@ -118,7 +118,7 @@
static const handler_rec asis_handlers[] =
{
{ASIS_MAGIC_TYPE, asis_handler},
- {"send-asis", asis_handler},
+ {"send-as-is", asis_handler},
{NULL}
};