diff options
Diffstat (limited to 'src/stream/ngx_stream_upstream_zone_module.c')
-rw-r--r-- | src/stream/ngx_stream_upstream_zone_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_upstream_zone_module.c b/src/stream/ngx_stream_upstream_zone_module.c index ffc9e8a69..ddcc093c0 100644 --- a/src/stream/ngx_stream_upstream_zone_module.c +++ b/src/stream/ngx_stream_upstream_zone_module.c @@ -32,6 +32,7 @@ static ngx_command_t ngx_stream_upstream_zone_commands[] = { static ngx_stream_module_t ngx_stream_upstream_zone_module_ctx = { + NULL, /* preconfiguration */ NULL, /* postconfiguration */ NULL, /* create main configuration */ |