diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2013-07-30 11:43:21 +0400 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2013-07-30 11:43:21 +0400 |
| commit | 6db33c712b72e313e928374bfd6b471911b3e658 (patch) | |
| tree | 2149cbb64d06d918c5e17e4e0d0035493b3c1f49 /src/os/win32/ngx_errno.h | |
| parent | 30091e8b38eb54639cc19ea5d2812f767c1be4c3 (diff) | |
| download | nginx-6db33c712b72e313e928374bfd6b471911b3e658.tar.gz nginx-6db33c712b72e313e928374bfd6b471911b3e658.tar.bz2 | |
Autoindex: improved ngx_de_info() error handling.
This allows to build a directory listing whenever a loop exists in symbolic
link resolution of the path argument.
Diffstat (limited to '')
| -rw-r--r-- | src/os/win32/ngx_errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/win32/ngx_errno.h b/src/os/win32/ngx_errno.h index 090ba1b53..decb6fef0 100644 --- a/src/os/win32/ngx_errno.h +++ b/src/os/win32/ngx_errno.h @@ -51,6 +51,7 @@ typedef DWORD ngx_err_t; #define NGX_EHOSTUNREACH WSAEHOSTUNREACH #define NGX_ENOMOREFILES ERROR_NO_MORE_FILES #define NGX_EILSEQ ERROR_NO_UNICODE_TRANSLATION +#define NGX_ELOOP 0 #define NGX_EALREADY WSAEALREADY #define NGX_EINVAL WSAEINVAL |
