aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-01-09 16:02:29 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-01-09 16:02:29 +0000
commit667a79b5f3c4c2d554e35fe2bc5954d3f509335d (patch)
tree88d7ee1ed11c3fdf503cfcd6b70d56e34bfaec8b /src
parent3a257b3eb913de29ccf279a433c1746af3a06c2c (diff)
downloadnginx-667a79b5f3c4c2d554e35fe2bc5954d3f509335d.tar.gz
nginx-667a79b5f3c4c2d554e35fe2bc5954d3f509335d.zip
fix label name
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_cycle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c
index 9602e3e1e..eac6a5c48 100644
--- a/src/core/ngx_cycle.c
+++ b/src/core/ngx_cycle.c
@@ -409,7 +409,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
goto failed;
}
- goto found;
+ goto shm_zone_found;
}
ngx_shm_free(&oshm_zone[n].shm);
@@ -457,7 +457,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
goto failed;
}
- found:
+ shm_zone_found:
continue;
}