changeset 41:17b2dbbbce98

Keepalive: add missing static keyword.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 04 Sep 2011 14:03:11 +0400
parents e628501975dd
children c53e018dbcf5
files ngx_http_upstream_keepalive_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)
 {