[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed Feb 17 18:18:15 MST 2010


The branch, master has been updated
       via  6cf10cc... s3-modules: fix get_acl_blob in the acl_tdb VFS module.
      from  998a7b4... s4-smbtorture: skip printer info cross tests against samba 3 for now.

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


- Log -----------------------------------------------------------------
commit 6cf10cc1020dd7ef483887caebcbd76d28572432
Author: Günther Deschner <gd at samba.org>
Date:   Thu Feb 18 02:13:07 2010 +0100

    s3-modules: fix get_acl_blob in the acl_tdb VFS module.
    
    Shuttle-reviewed by jra :)
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c
index ac11a51..bfed0eb 100644
--- a/source3/modules/vfs_acl_tdb.c
+++ b/source3/modules/vfs_acl_tdb.c
@@ -147,7 +147,7 @@ static NTSTATUS get_acl_blob(TALLOC_CTX *ctx,
 	TDB_DATA data;
 	struct file_id id;
 	struct db_context *db;
-	NTSTATUS status;
+	NTSTATUS status = NT_STATUS_OK;
 	SMB_STRUCT_STAT sbuf;
 
 	SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list