diff options
author | Valentin Bartenev <vbart@nginx.com> | 2013-09-02 20:06:03 +0400 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2013-09-02 20:06:03 +0400 |
commit | 42910391cd9380ea0632d75f745f0332f9350c5d (patch) | |
tree | 11fb444f5ffb8a7714b4c48559f8868192cf638c /src/core/ngx_open_file_cache.c | |
parent | 7b373841407b198759276242ab2dc4e5f78adb21 (diff) | |
download | nginx-42910391cd9380ea0632d75f745f0332f9350c5d.tar.gz nginx-42910391cd9380ea0632d75f745f0332f9350c5d.zip |
Disable symlinks: removed recursive call of ngx_file_o_path_info().
It is surplus.
Diffstat (limited to 'src/core/ngx_open_file_cache.c')
-rw-r--r-- | src/core/ngx_open_file_cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ngx_open_file_cache.c b/src/core/ngx_open_file_cache.c index e5773ac0d..4df2134b2 100644 --- 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_file_info_t *fi, ngx_log_t *log) "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) { |