X-Git-Url: https://git.r.bdr.sh/rbdr/ngx_http_office_hours_filter_module/blobdiff_plain/e4db4a2060d9fc391b1705d87b2ea7b051e080cd..956d445da3b512e802a57858afaedbd8cb3395c0:/ngx_http_office_hours_filter_module.c diff --git a/ngx_http_office_hours_filter_module.c b/ngx_http_office_hours_filter_module.c index 5234473..f19b4e0 100644 --- a/ngx_http_office_hours_filter_module.c +++ b/ngx_http_office_hours_filter_module.c @@ -187,7 +187,7 @@ ngx_http_office_hours_conf_t *conf = child; //Postconfig Initialization Handler // Sets the request filter at the top of the chain -static ngx_int_t +static ngx_int_t ngx_http_office_hours_init(ngx_conf_t * cf) { ngx_http_next_body_filter = ngx_http_top_body_filter;