summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_upstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/ngx_stream_upstream.c')
-rw-r--r--src/stream/ngx_stream_upstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_upstream.c b/src/stream/ngx_stream_upstream.c
index 36d05cc88..2ea5eebd3 100644
--- a/src/stream/ngx_stream_upstream.c
+++ b/src/stream/ngx_stream_upstream.c
@@ -46,7 +46,7 @@ static ngx_stream_module_t ngx_stream_upstream_module_ctx = {
ngx_stream_upstream_init_main_conf, /* init main configuration */
NULL, /* create server configuration */
- NULL, /* merge server configuration */
+ NULL /* merge server configuration */
};