diff options
Diffstat (limited to 'src/stream/ngx_stream_access_module.c')
-rw-r--r-- | src/stream/ngx_stream_access_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_access_module.c b/src/stream/ngx_stream_access_module.c index 64869d230..6985d36a1 100644 --- a/src/stream/ngx_stream_access_module.c +++ b/src/stream/ngx_stream_access_module.c @@ -88,6 +88,7 @@ static ngx_command_t ngx_stream_access_commands[] = { static ngx_stream_module_t ngx_stream_access_module_ctx = { + NULL, /* preconfiguration */ ngx_stream_access_init, /* postconfiguration */ NULL, /* create main configuration */ |