diff ngx_http_upstream_keepalive_module.c @ 41:17b2dbbbce98

Keepalive: add missing static keyword.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 04 Sep 2011 14:03:11 +0400
parents 7e67b2e897df
children c53e018dbcf5
line wrap: on
line diff
--- 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)
 {