diff options
| author | Stefan Fritsch <sf@sfritsch.de> | 2012-04-15 19:45:13 +0200 |
|---|---|---|
| committer | Stefan Fritsch <sf@sfritsch.de> | 2012-04-15 19:45:13 +0200 |
| commit | 8f9c15530d0bc387af114619b3ff3f930eb23d3c (patch) | |
| tree | f1d28a9206f9e18ed11c9d2bf302f0fb924b79c0 /modules/debugging | |
| parent | 212cb6c2dcb419aaa6c848406136ec05e98c8632 (diff) | |
| download | apache2-8f9c15530d0bc387af114619b3ff3f930eb23d3c.tar.gz | |
Import httpd-2.4.2.tar.bz2upstream/2.4.2
Diffstat (limited to 'modules/debugging')
| -rw-r--r-- | modules/debugging/mod_dumpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/debugging/mod_dumpio.c b/modules/debugging/mod_dumpio.c index a56fa162..e02127b8 100644 --- a/modules/debugging/mod_dumpio.c +++ b/modules/debugging/mod_dumpio.c @@ -146,6 +146,7 @@ static int dumpio_input_filter (ap_filter_t *f, apr_bucket_brigade *bb, } else { ap_log_cerror(APLOG_MARK, APLOG_TRACE7, 0, c, "mod_dumpio: %s - %d", f->frec->name, ret) ; + return ret; } return APR_SUCCESS ; |
