[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-308-ga6b0a88

Tim Prouty tprouty at samba.org
Sat Mar 14 05:12:13 GMT 2009


The branch, v3-4-test has been updated
       via  a6b0a884d9ef247470e6ec54ce8fab3a77c07864 (commit)
      from  6be4bf17de47d1b468389de1225a72daa94e0119 (commit)

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


- Log -----------------------------------------------------------------
commit a6b0a884d9ef247470e6ec54ce8fab3a77c07864
Author: Tim Prouty <tprouty at samba.org>
Date:   Fri Mar 13 22:01:36 2009 -0700

    s3: Don't return in a void funtion

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c
index a4973df..bb01f98 100644
--- a/source3/modules/vfs_default.c
+++ b/source3/modules/vfs_default.c
@@ -1174,7 +1174,7 @@ static void vfswrap_strict_unlock(struct vfs_handle_struct *handle,
 	SMB_ASSERT(plock->lock_type == READ_LOCK ||
 	    plock->lock_type == WRITE_LOCK);
 
-	return strict_unlock_default(fsp, plock);
+	strict_unlock_default(fsp, plock);
 }
 
 /* NT ACL operations. */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list