comparison src/core/ngx_cycle.c @ 440:f390d1775430

nginx-0.1.0-2004-09-27-20:03:21 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Sep 2004 16:03:21 +0000
parents b9bd635011de
children da8c5707af39
comparison
equal deleted inserted replaced
439:4fe393d82f44 440:f390d1775430
528 ngx_core_module); 528 ngx_core_module);
529 529
530 if (ccf->pid.len == old_ccf->pid.len 530 if (ccf->pid.len == old_ccf->pid.len
531 && ngx_strcmp(ccf->pid.data, old_ccf->pid.data) == 0) 531 && ngx_strcmp(ccf->pid.data, old_ccf->pid.data) == 0)
532 { 532 {
533
534 /* pid file name is the same */
535
533 return NGX_OK; 536 return NGX_OK;
534 } 537 }
535 } 538 }
536 539
537 len = ngx_snprintf((char *) pid, NGX_INT64_LEN + 1, PID_T_FMT, ngx_pid); 540 len = ngx_snprintf((char *) pid, NGX_INT64_LEN + 1, PID_T_FMT, ngx_pid);