comparison src/core/ngx_cycle.c @ 220:4f81b931e9ff

nginx-0.0.1-2004-01-08-11:47:17 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jan 2004 08:47:17 +0000
parents f57597ec5249
children 2ba3477070ac
comparison
equal deleted inserted replaced
219:f57597ec5249 220:4f81b931e9ff
307 /* an old cycle is an init cycle */ 307 /* an old cycle is an init cycle */
308 ngx_destroy_pool(old_cycle->pool); 308 ngx_destroy_pool(old_cycle->pool);
309 return cycle; 309 return cycle;
310 } 310 }
311 311
312 if (ngx_master) { 312 if (ngx_process == NGX_PROCESS_MASTER) {
313 ngx_destroy_pool(old_cycle->pool); 313 ngx_destroy_pool(old_cycle->pool);
314 return cycle; 314 return cycle;
315 } 315 }
316 316
317 if (ngx_temp_pool == NULL) { 317 if (ngx_temp_pool == NULL) {