[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-676-g50f248a

Volker Lendecke vlendec at samba.org
Thu Sep 24 05:12:17 MDT 2009


The branch, master has been updated
       via  50f248a06c5e381fe36bcab2842322f78a469bb7 (commit)
       via  69447de175a8bc82280e59b63b336f4fcb0092d2 (commit)
      from  568f818a0f2e2a9ffdb689df4cdc491a48e40ab4 (commit)

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


- Log -----------------------------------------------------------------
commit 50f248a06c5e381fe36bcab2842322f78a469bb7
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Sep 24 13:11:14 2009 +0200

    s3: Forgot to check in one build failure for vfs_gpfs.c

commit 69447de175a8bc82280e59b63b336f4fcb0092d2
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Sep 24 13:10:54 2009 +0200

    s3: Remove an unused variable

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index b5b8b15..c1131a9 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -769,7 +769,6 @@ static int gpfsacl_emu_chmod(const char *path, mode_t mode)
 	int     i;
 	files_struct    fake_fsp; /* TODO: rationalize parametrization */
 	SMB4ACE_T       *smbace;
-	struct smb_filename *smb_fname = NULL;
 	NTSTATUS status;
 
 	DEBUG(10, ("gpfsacl_emu_chmod invoked for %s mode %o\n", path, mode));
@@ -1085,7 +1084,7 @@ static int vfs_gpfs_ntimes(struct vfs_handle_struct *handle,
         }
 
         status = get_full_smb_filename(talloc_tos(), smb_fname, &path);
-        if (!NT_STATUS_IS_OK) {
+        if (!NT_STATUS_IS_OK(status)) {
                 errno = map_errno_from_nt_status(status);
                 return -1;
         }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list