merge r2935:

initialize use_event field in open file cache
the bug had been introduced in r2071
This commit is contained in:
Igor Sysoev 2009-06-15 08:58:16 +00:00
parent 2f2fb78ff8
commit 4870682da7
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ create:
file->uses = 1;
file->count = 0;
file->use_event = 0;
file->event = NULL;
add_event: