diff options
Diffstat (limited to 'common/estream.c')
-rw-r--r-- | common/estream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/estream.c b/common/estream.c index f43690d0a..06c624401 100644 --- a/common/estream.c +++ b/common/estream.c @@ -861,6 +861,7 @@ es_func_file_create (void **cookie, int *filedes, #endif file_cookie->fd = fd; + file_cookie->no_close = 0; *cookie = file_cookie; *filedes = fd; |