[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-356-gc3227b6

Tim Prouty tprouty at samba.org
Sat Mar 14 05:04:46 GMT 2009


The branch, master has been updated
       via  c3227b6233665c372bf0ace3317c0ab1334a547e (commit)
      from  f48a345e4a215173ad9e7d2777bacc0decb2bcc7 (commit)

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


- Log -----------------------------------------------------------------
commit c3227b6233665c372bf0ace3317c0ab1334a547e
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