Fixed a typo from changeset:1072. See #498.

This commit is contained in:
brectanus 2008-06-05 16:52:22 +00:00
parent 493e71a9ec
commit d9ba0e98b2

View File

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