You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2009/03/04 21:05:10 UTC

svn commit: r750132 - /httpd/httpd/trunk/modules/debugging/mod_dumpio.c

Author: rpluem
Date: Wed Mar  4 20:05:09 2009
New Revision: 750132

URL: http://svn.apache.org/viewvc?rev=750132&view=rev
Log:
* remove uneeded remains of r750126.

Modified:
    httpd/httpd/trunk/modules/debugging/mod_dumpio.c

Modified: httpd/httpd/trunk/modules/debugging/mod_dumpio.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/debugging/mod_dumpio.c?rev=750132&r1=750131&r2=750132&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/debugging/mod_dumpio.c (original)
+++ httpd/httpd/trunk/modules/debugging/mod_dumpio.c Wed Mar  4 20:05:09 2009
@@ -130,8 +130,6 @@
     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 @@
     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) ;