mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 20:53:30 +08:00
fix label name
This commit is contained in:
parent
3a257b3eb9
commit
667a79b5f3
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user