aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_cycle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_cycle.c')
-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;
}