aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_upstream_hash_module.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-09-22 19:31:08 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-09-22 19:31:08 +0300
commit017cf96c9b3d29f6a95423d22cdea63587c3d67e (patch)
tree73967724355a9198eaf384b99051f437a7aa50a1 /src/stream/ngx_stream_upstream_hash_module.c
parent778c00c415e08fe25858f9f62fc2c914234c2005 (diff)
downloadnginx-017cf96c9b3d29f6a95423d22cdea63587c3d67e.tar.gz
nginx-017cf96c9b3d29f6a95423d22cdea63587c3d67e.zip
Upstream: style.
Diffstat (limited to 'src/stream/ngx_stream_upstream_hash_module.c')
-rw-r--r--src/stream/ngx_stream_upstream_hash_module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_upstream_hash_module.c b/src/stream/ngx_stream_upstream_hash_module.c
index 605eea713..0952f330a 100644
--- a/src/stream/ngx_stream_upstream_hash_module.c
+++ b/src/stream/ngx_stream_upstream_hash_module.c
@@ -524,7 +524,6 @@ ngx_stream_upstream_get_chash_peer(ngx_peer_connection_t *pc, void *data)
peer;
peer = peer->next, i++)
{
-
n = i / (8 * sizeof(uintptr_t));
m = (uintptr_t) 1 << i % (8 * sizeof(uintptr_t));