From 2b2def789199b1fc661fbac38ff6bf7fdccb7bbb Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 30 Jul 2013 11:43:21 +0400 Subject: 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. --- src/os/win32/ngx_errno.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/win32') 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 -- cgit