mirror of
https://github.com/nginx/nginx.git
synced 2025-01-23 21:23:00 +08:00
merge r2935:
initialize use_event field in open file cache the bug had been introduced in r2071
This commit is contained in:
parent
219dd1c4da
commit
253ec6a895
@ -360,6 +360,7 @@ create:
|
||||
|
||||
file->uses = 1;
|
||||
file->count = 0;
|
||||
file->use_event = 0;
|
||||
file->event = NULL;
|
||||
|
||||
add_event:
|
||||
|
Loading…
Reference in New Issue
Block a user