fix label name

This commit is contained in:
Igor Sysoev 2007-01-09 16:02:29 +00:00
parent 3a257b3eb9
commit 667a79b5f3

View File

@ -409,7 +409,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
goto failed; goto failed;
} }
goto found; goto shm_zone_found;
} }
ngx_shm_free(&oshm_zone[n].shm); ngx_shm_free(&oshm_zone[n].shm);
@ -457,7 +457,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
goto failed; goto failed;
} }
found: shm_zone_found:
continue; continue;
} }