joes 2003/04/22 14:21:18
Modified: env mod_apreq.c
Log:
Mark where filter injection code should go.
Revision Changes Path
1.7 +5 -0 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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mod_apreq.c 21 Apr 2003 20:16:24 -0000 1.6
+++ mod_apreq.c 22 Apr 2003 21:21:18 -0000 1.7
@@ -141,6 +141,11 @@
if (req != NULL) {
apreq_request_t *oldreq = c->req;
+
+ if (oldreq == NULL) {
+ /* XXX: SOMEHOW INJECT APREQ INPUT FILTER */
+ }
+
c->req = (apreq_request_t *)req;
return oldreq;
}