fix label name
Igor Sysoev
15 years ago
1 changed file(s) with
2 addition(s)
and
2 deletion(s)
.
Raw diff
Collapse all
Expand all
+2
-2
src/core/ngx_cycle.c
less
more
408
408
goto failed;
409
409
}
410
410
411
goto found;
411
goto shm_zone_found;
412
412
}
413
413
414
414
ngx_shm_free(&oshm_zone[n].shm);
456
456
goto failed;
457
457
}
458
458
459
found:
459
shm_zone_found:
460
460
461
461
continue;
462
462
}