# HG changeset patch # User Valentin Bartenev # Date 1378137963 -14400 # Node ID 659464c695b7c70f64207462d0e1a4ee3d018583 # Parent acd51b0f6fd4d5981ef5b9c27775f12b4ac1ac7e Disable symlinks: removed recursive call of ngx_file_o_path_info(). It is surplus. diff --git a/src/core/ngx_open_file_cache.c b/src/core/ngx_open_file_cache.c --- a/src/core/ngx_open_file_cache.c +++ b/src/core/ngx_open_file_cache.c @@ -596,7 +596,6 @@ ngx_file_o_path_info(ngx_fd_t fd, ngx_fi "switching to fstatat(AT_EMPTY_PATH)"); use_fstat = 0; - return ngx_file_o_path_info(fd, fi, log); } if (ngx_file_at_info(fd, "", fi, AT_EMPTY_PATH) != NGX_FILE_ERROR) {