comparison src/core/ngx_conf_file.c @ 554:2b9e388c61f1 NGINX_0_8_23

nginx 0.8.23 *) Security: now SSL/TLS renegotiation is disabled. Thanks to Maxim Dounin. *) Bugfix: listen unix domain socket did not inherit while online upgrade. *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive did not without yet another directive with any IP address. *) Bugfix: segmentation fault and infinite looping in resolver. *) Bugfix: in resolver. Thanks to Artem Bokhan.
author Igor Sysoev <http://sysoev.ru>
date Wed, 11 Nov 2009 00:00:00 +0300
parents f39b9e29530d
children da3c99095432
comparison
equal deleted inserted replaced
553:8da5668048b4 554:2b9e388c61f1
259 } 259 }
260 260
261 if (ngx_close_file(fd) == NGX_FILE_ERROR) { 261 if (ngx_close_file(fd) == NGX_FILE_ERROR) {
262 ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno, 262 ngx_log_error(NGX_LOG_ALERT, cf->log, ngx_errno,
263 ngx_close_file_n " %s failed", 263 ngx_close_file_n " %s failed",
264 cf->conf_file->file.name.data); 264 filename->data);
265 return NGX_CONF_ERROR; 265 return NGX_CONF_ERROR;
266 } 266 }
267 267
268 cf->conf_file = prev; 268 cf->conf_file = prev;
269 } 269 }