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); } }