joes 2004/06/20 09:01:38
Modified: env mod_apreq.c
Log:
s/ApReq/APREQ_/ in config error messages.
Revision Changes Path
1.48 +2 -2 httpd-apreq-2/env/mod_apreq.c
Index: mod_apreq.c
===================================================================
RCS file: /home/cvs/httpd-apreq-2/env/mod_apreq.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- mod_apreq.c 20 Jun 2004 15:42:38 -0000 1.47
+++ mod_apreq.c 20 Jun 2004 16:01:38 -0000 1.48
@@ -614,7 +614,7 @@
conf->max_body = apreq_atoi64f(arg);
if (conf->max_body < 0)
- return "ApReqMaxBody requires a non-negative integer.";
+ return "APREQ_MaxBody requires a non-negative integer.";
return NULL;
}
@@ -632,7 +632,7 @@
conf->max_brigade = apreq_atoi64f(arg);
if (conf->max_brigade < 0)
- return "ApReqMaxBody requires a non-negative integer.";
+ return "APREQ_MaxBrigade requires a non-negative integer.";
return NULL;
}