changeset 5357:659464c695b7

Disable symlinks: removed recursive call of ngx_file_o_path_info(). It is surplus.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 02 Sep 2013 20:06:03 +0400
parents acd51b0f6fd4
children 670ceaba03d8
files src/core/ngx_open_file_cache.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {