The branch, v3-2-test has been updated
       via  c2b2a9303d9c84ba4e059f13de9ccc401d08bd59 (commit)
      from  471b1b0c58bc2def5d2fe9d98401def34724d447 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit c2b2a9303d9c84ba4e059f13de9ccc401d08bd59
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Sun Mar 16 11:55:59 2008 +0100

    Need to close the /dev/zero fd

-----------------------------------------------------------------------

Summary of changes:
 source/modules/vfs_aio_fork.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_aio_fork.c b/source/modules/vfs_aio_fork.c
index 21f63d0..28428f2 100644
--- a/source/modules/vfs_aio_fork.c
+++ b/source/modules/vfs_aio_fork.c
@@ -56,6 +56,8 @@ static struct mmap_area *mmap_area_init(TALLOC_CTX *mem_ctx, 
size_t size)
                goto fail;
        }
 
+       close(fd);
+
        result->size = size;
        talloc_set_destructor(result, mmap_area_destructor);
 


-- 
Samba Shared Repository

Reply via email to