nginx-0.1.0-2004-09-27-20:03:21 import
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c index 9e5143c..e5b30b1 100644 --- a/src/core/ngx_cycle.c +++ b/src/core/ngx_cycle.c
@@ -530,6 +530,9 @@ if (ccf->pid.len == old_ccf->pid.len && ngx_strcmp(ccf->pid.data, old_ccf->pid.data) == 0) { + + /* pid file name is the same */ + return NGX_OK; } }