Skip to content

Commit 5ae8243

Browse files
author
Mikhail Kirichenko
committed
fix building with nginx-1.22.0
1 parent 40f6ab1 commit 5ae8243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ngx_http_graphite_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ ngx_http_graphite_add_data(ngx_conf_t *cf, ngx_array_t *datas, const ngx_str_t *
19891989
}
19901990

19911991
static ngx_uint_t
1992-
ngx_http_graphite_get_source(ngx_http_graphite_context_t *context, const ngx_str_t *name) {
1992+
ngx_http_graphite_get_source(ngx_http_graphite_context_t *context, ngx_str_t *name) {
19931993

19941994
if (context->phase != PHASE_CONFIG)
19951995
return NGX_ERROR;

0 commit comments

Comments
 (0)