comparison src/core/ngx_cycle.c @ 2802:44b2081c015a

use correct name
author Igor Sysoev <igor@sysoev.ru>
date Tue, 05 May 2009 13:12:59 +0000
parents d478379e51ac
children 5ff1ae0eada7 87da6664fb49
comparison
equal deleted inserted replaced
2801:bceaaf5b055e 2802:44b2081c015a
571 if (ngx_open_listening_sockets(cycle) != NGX_OK) { 571 if (ngx_open_listening_sockets(cycle) != NGX_OK) {
572 goto failed; 572 goto failed;
573 } 573 }
574 574
575 if (!ngx_test_config) { 575 if (!ngx_test_config) {
576 ngx_configure_listening_socket(cycle); 576 ngx_configure_listening_sockets(cycle);
577 } 577 }
578 } 578 }
579 579
580 580
581 /* commit the new cycle configuration */ 581 /* commit the new cycle configuration */