From 88c70f05ea9e72e9f68329c812928487b31a7fab Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 9 Jan 2007 16:02:29 +0000 Subject: [PATCH] fix label name --- src/core/ngx_cycle.c | 4 ++-- 1 file 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; }