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	Tue Jan 09 16:00:57 2007 +0000
+++ b/src/core/ngx_cycle.c	Tue Jan 09 16:02:29 2007 +0000
@@ -409,7 +409,7 @@
                     goto failed;
                 }
 
-                goto found;
+                goto shm_zone_found;
             }
 
             ngx_shm_free(&oshm_zone[n].shm);
@@ -457,7 +457,7 @@
             goto failed;
         }
 
-    found:
+    shm_zone_found:
 
         continue;
     }