s3: Don't return in a void funtion
authorTim Prouty <tprouty@samba.org>
Sat, 14 Mar 2009 05:01:36 +0000 (22:01 -0700)
committerTim Prouty <tprouty@samba.org>
Sat, 14 Mar 2009 05:02:53 +0000 (22:02 -0700)
source3/modules/vfs_default.c

index a4973df2995f4a42f03a16bbbc65e2f526698aa4..bb01f9858817f21ec732226baa2b0f35a7388ba6 100644 (file)
@@ -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. */