comparison src/core/nginx.c @ 217:c5d1cdcb04ec

nginx-0.0.1-2003-12-26-22:08:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Dec 2003 19:08:50 +0000
parents f1d0e5f09c1e
children 05592fd7a436
comparison
equal deleted inserted replaced
216:f1d0e5f09c1e 217:c5d1cdcb04ec
266 file[i].name.data); 266 file[i].name.data);
267 } 267 }
268 268
269 file[i].fd = fd; 269 file[i].fd = fd;
270 } 270 }
271
272 rotate = 0;
271 } 273 }
272 274
273 if (restart) { 275 if (restart) {
274 ngx_log_debug(cycle->log, "restart"); 276 ngx_log_debug(cycle->log, "restart");
275 break; 277 break;