From d9ba0e98b2b9104b99904573f42d431c78d044c5 Mon Sep 17 00:00:00 2001 From: brectanus Date: Thu, 5 Jun 2008 16:52:22 +0000 Subject: [PATCH] Fixed a typo from changeset:1072. See #498. --- apache2/apache2_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2/apache2_io.c b/apache2/apache2_io.c index 94503327..b2ceda4e 100644 --- a/apache2/apache2_io.c +++ b/apache2/apache2_io.c @@ -516,7 +516,7 @@ apr_status_t output_filter(ap_filter_t *f, apr_bucket_brigade *bb_in) { if (status != DECLINED) { /* DECLINED means we allow-ed the request. */ ap_remove_output_filter(f); msr->of_status = OF_STATUS_COMPLETE; - msr->of_status = RESBODY_STATUS_ERROR; + msr->resbody_status = RESBODY_STATUS_ERROR; return send_error_bucket(msr, f, status); } }