diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-06-15 08:58:16 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-15 08:58:16 +0000 |
| commit | 253ec6a8952aa3be5b26c2b36a8411700b933ff2 (patch) | |
| tree | b45f778f896e51baeb15e0bf28e246282ed82403 /src | |
| parent | 219dd1c4da822c5c2223cb7ab1a3b6cfb06f6b72 (diff) | |
| download | nginx-253ec6a8952aa3be5b26c2b36a8411700b933ff2.tar.gz nginx-253ec6a8952aa3be5b26c2b36a8411700b933ff2.tar.bz2 | |
merge r2935:
initialize use_event field in open file cache
the bug had been introduced in r2071
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/ngx_open_file_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_open_file_cache.c b/src/core/ngx_open_file_cache.c index 173980fa8..aa87fd22c 100644 --- a/src/core/ngx_open_file_cache.c +++ b/src/core/ngx_open_file_cache.c @@ -360,6 +360,7 @@ create: file->uses = 1; file->count = 0; + file->use_event = 0; file->event = NULL; add_event: |
