diff options
author | Ruediger Pluem <rpluem@apache.org> | 2009-03-04 21:05:09 +0100 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2009-03-04 21:05:09 +0100 |
commit | fdf34d42664c333ee243bb3b4479d9b382b4c3a3 (patch) | |
tree | dccb2b71629747f3f38e24fa6195e7694f13e9b5 /modules/debugging | |
parent | Accelerate mod_dumpio processing; (diff) | |
download | apache2-fdf34d42664c333ee243bb3b4479d9b382b4c3a3.tar.xz apache2-fdf34d42664c333ee243bb3b4479d9b382b4c3a3.zip |
* remove uneeded remains of r750126.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@750132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/debugging')
-rw-r--r-- | modules/debugging/mod_dumpio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/debugging/mod_dumpio.c b/modules/debugging/mod_dumpio.c index 9f5cd43bce..b0a1a8b74d 100644 --- a/modules/debugging/mod_dumpio.c +++ b/modules/debugging/mod_dumpio.c @@ -130,8 +130,6 @@ static int dumpio_input_filter (ap_filter_t *f, apr_bucket_brigade *bb, apr_status_t ret; conn_rec *c = f->c; dumpio_conf_t *ptr = f->ctx; - (dumpio_conf_t *) ap_get_module_config(c->base_server->module_config, - &dumpio_module); ap_log_error(APLOG_MARK, ptr->loglevel, 0, c->base_server, "mod_dumpio: %s [%s-%s] %" APR_OFF_T_FMT " readbytes", @@ -159,8 +157,6 @@ static int dumpio_output_filter (ap_filter_t *f, apr_bucket_brigade *bb) apr_bucket *b; conn_rec *c = f->c; dumpio_conf_t *ptr = f->ctx; - (dumpio_conf_t *) ap_get_module_config(c->base_server->module_config, - &dumpio_module); ap_log_error(APLOG_MARK, ptr->loglevel, 0, c->base_server, "mod_dumpio: %s", f->frec->name) ; |