summaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_upstream_least_conn_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/ngx_stream_upstream_least_conn_module.c')
-rw-r--r--src/stream/ngx_stream_upstream_least_conn_module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_upstream_least_conn_module.c b/src/stream/ngx_stream_upstream_least_conn_module.c
index eae4b177d..677da4549 100644
--- a/src/stream/ngx_stream_upstream_least_conn_module.c
+++ b/src/stream/ngx_stream_upstream_least_conn_module.c
@@ -32,6 +32,8 @@ static ngx_command_t ngx_stream_upstream_least_conn_commands[] = {
static ngx_stream_module_t ngx_stream_upstream_least_conn_module_ctx = {
+ NULL, /* postconfiguration */
+
NULL, /* create main configuration */
NULL, /* init main configuration */