comparison src/core/ngx_cycle.c @ 3141:cbee9c114504

fix comment
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Sep 2009 09:12:40 +0000
parents a0987c332d8e
children 959fa3a11b03
comparison
equal deleted inserted replaced
3140:ba9a8ba4207e 3141:cbee9c114504
696 ngx_destroy_pool(conf.temp_pool); 696 ngx_destroy_pool(conf.temp_pool);
697 697
698 if (ngx_process == NGX_PROCESS_MASTER || ngx_is_init_cycle(old_cycle)) { 698 if (ngx_process == NGX_PROCESS_MASTER || ngx_is_init_cycle(old_cycle)) {
699 699
700 /* 700 /*
701 * perl_destruct() frees environ if it is not the same as it was at 701 * perl_destruct() frees environ, if it is not the same as it was at
702 * perl_construct() time. So we have saved an previous cycle 702 * perl_construct() time, therefore we save the previous cycle
703 * environment before ngx_conf_parse() where it will be changed. 703 * environment before ngx_conf_parse() where it will be changed.
704 */ 704 */
705 705
706 env = environ; 706 env = environ;
707 environ = senv; 707 environ = senv;