# HG changeset patch # User Maxim Dounin # Date 1315130591 -14400 # Node ID 17b2dbbbce98c5df36ed3318d7756bf3a6a6211b # Parent e628501975ddf2a256be714d9e1c71102ea7b124 Keepalive: add missing static keyword. diff --git a/ngx_http_upstream_keepalive_module.c b/ngx_http_upstream_keepalive_module.c --- a/ngx_http_upstream_keepalive_module.c +++ b/ngx_http_upstream_keepalive_module.c @@ -122,7 +122,7 @@ ngx_module_t ngx_http_upstream_keepaliv }; -ngx_int_t +static ngx_int_t ngx_http_upstream_init_keepalive(ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us) {