aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_map_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/ngx_stream_map_module.c')
-rw-r--r--src/stream/ngx_stream_map_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_map_module.c b/src/stream/ngx_stream_map_module.c
index 9e4c2ca35..47a15bef7 100644
--- a/src/stream/ngx_stream_map_module.c
+++ b/src/stream/ngx_stream_map_module.c
@@ -81,7 +81,7 @@ static ngx_stream_module_t ngx_stream_map_module_ctx = {
NULL, /* init main configuration */
NULL, /* create server configuration */
- NULL, /* merge server configuration */
+ NULL /* merge server configuration */
};