changeset 996:7fdcb5b9f063

fix label name
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Jan 2007 16:02:29 +0000
parents 4b0d9e2b31c6
children 5900ec20604a
files src/core/ngx_cycle.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
     }