The branch, master has been updated
       via  afc7e45a4ccf8505e4c598334e339e79ba036057 (commit)
      from  d75df717336e063f52af1415f99b6e16ccbf918c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit afc7e45a4ccf8505e4c598334e339e79ba036057
Author: Tim Prouty <tpro...@samba.org>
Date:   Tue Feb 24 21:53:30 2009 -0800

    s3 OneFS: Fix uninitialized variable

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/onefs_acl.c b/source3/modules/onefs_acl.c
index b8097b6..a1bfa6e 100644
--- a/source3/modules/onefs_acl.c
+++ b/source3/modules/onefs_acl.c
@@ -890,7 +890,7 @@ onefs_fset_nt_acl(vfs_handle_struct *handle, files_struct 
*fsp,
                  uint32 security_info_sent, SEC_DESC *psd)
 {
        struct ifs_security_descriptor sd = {};
-       int fd;
+       int fd = -1;
        bool fopened = false;
        NTSTATUS status;
 


-- 
Samba Shared Repository

Reply via email to