Skip to content

Commit 323483c

Browse files
committed
* remove uneeded remains of r750126.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@750132 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5bc5eac commit 323483c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

modules/debugging/mod_dumpio.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ static int dumpio_input_filter (ap_filter_t *f, apr_bucket_brigade *bb,
130130
apr_status_t ret;
131131
conn_rec *c = f->c;
132132
dumpio_conf_t *ptr = f->ctx;
133-
(dumpio_conf_t *) ap_get_module_config(c->base_server->module_config,
134-
&dumpio_module);
135133

136134
ap_log_error(APLOG_MARK, ptr->loglevel, 0, c->base_server,
137135
"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)
159157
apr_bucket *b;
160158
conn_rec *c = f->c;
161159
dumpio_conf_t *ptr = f->ctx;
162-
(dumpio_conf_t *) ap_get_module_config(c->base_server->module_config,
163-
&dumpio_module);
164160

165161
ap_log_error(APLOG_MARK, ptr->loglevel, 0, c->base_server, "mod_dumpio: %s", f->frec->name) ;
166162

0 commit comments

Comments
 (0)