aboutsummaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_upstream_least_conn_module.c b/src/stream/ngx_stream_upstream_least_conn_module.c
index 677da4549..c9719f92e 100644
--- a/src/stream/ngx_stream_upstream_least_conn_module.c
+++ b/src/stream/ngx_stream_upstream_least_conn_module.c
@@ -254,7 +254,7 @@ failed:
/ (8 * sizeof(uintptr_t));
for (i = 0; i < n; i++) {
- rrp->tried[i] = 0;
+ rrp->tried[i] = 0;
}
ngx_stream_upstream_rr_peers_unlock(peers);