summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_limit_conn_module.c
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2016-07-12 17:34:40 +0300
committerVladimir Homutov <vl@nginx.com>2016-07-12 17:34:40 +0300
commite1308338a9b93222ae17b778a3fa4df21601cfb8 (patch)
tree6929b980b5cee96c5b0233b67b6d3ca8e42163a4 /src/stream/ngx_stream_limit_conn_module.c
parent4105225310436c5eac1681e05f313fdc4a558de8 (diff)
downloadnginx-e1308338a9b93222ae17b778a3fa4df21601cfb8.tar.gz
nginx-e1308338a9b93222ae17b778a3fa4df21601cfb8.tar.bz2
Stream: style.
Diffstat (limited to 'src/stream/ngx_stream_limit_conn_module.c')
-rw-r--r--src/stream/ngx_stream_limit_conn_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_limit_conn_module.c b/src/stream/ngx_stream_limit_conn_module.c
index 9ad52eff1..40eca94f2 100644
--- a/src/stream/ngx_stream_limit_conn_module.c
+++ b/src/stream/ngx_stream_limit_conn_module.c
@@ -101,7 +101,7 @@ static ngx_stream_module_t ngx_stream_limit_conn_module_ctx = {
NULL, /* init main configuration */
ngx_stream_limit_conn_create_conf, /* create server configuration */
- ngx_stream_limit_conn_merge_conf, /* merge server configuration */
+ ngx_stream_limit_conn_merge_conf /* merge server configuration */
};