aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_files.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-04-29 09:28:42 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-04-29 09:28:42 +0000
commita13b3b97eafbbe7fa6586e4f73b8c80ee478244c (patch)
tree3bf8bd774d810a450edfcefe2c5ab7fc68010e40 /src/os/unix/ngx_files.h
parent8443360bac77bfbc123cc40943a8f851b5a5edd6 (diff)
downloadnginx-a13b3b97eafbbe7fa6586e4f73b8c80ee478244c.tar.gz
nginx-a13b3b97eafbbe7fa6586e4f73b8c80ee478244c.zip
ignore glob no match error
Diffstat (limited to 'src/os/unix/ngx_files.h')
-rw-r--r--src/os/unix/ngx_files.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h
index 85dae3b97..a223b34e8 100644
--- a/src/os/unix/ngx_files.h
+++ b/src/os/unix/ngx_files.h
@@ -154,10 +154,11 @@ ngx_int_t ngx_open_dir(ngx_str_t *name, ngx_dir_t *dir);
typedef struct {
- size_t n;
- glob_t pglob;
- u_char *pattern;
- ngx_log_t *log;
+ size_t n;
+ glob_t pglob;
+ u_char *pattern;
+ ngx_log_t *log;
+ ngx_uint_t test;
} ngx_glob_t;