The branch, master has been updated
       via  2eda479 s3:vfs fix a compile warning
      from  966667a ldb: bad if test in ldb_comparison_fold()

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


- Log -----------------------------------------------------------------
commit 2eda479ffd5ae716a032fee44463ff94d6f18fcd
Author: Christian Ambach <[email protected]>
Date:   Wed Dec 4 22:50:31 2013 +0100

    s3:vfs fix a compile warning
    
    Signed-off-by: Christian Ambach <[email protected]>
    Reviewed-by: Michael Adam <[email protected]>
    
    Autobuild-User(master): Michael Adam <[email protected]>
    Autobuild-Date(master): Sat Dec  7 14:20:43 CET 2013 on sn-devel-104

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

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 90c772b..2d49a94 100644
--- a/source3/modules/vfs_default.c
+++ b/source3/modules/vfs_default.c
@@ -1492,7 +1492,7 @@ static NTSTATUS vfswrap_copy_chunk_recv(struct 
vfs_handle_struct *handle,
 static NTSTATUS vfswrap_get_compression(struct vfs_handle_struct *handle,
                                        TALLOC_CTX *mem_ctx,
                                        struct files_struct *fsp,
-                                       struct smb_fname *smb_fname,
+                                       struct smb_filename *smb_fname,
                                        uint16_t *_compression_fmt)
 {
        return NT_STATUS_INVALID_DEVICE_REQUEST;


-- 
Samba Shared Repository

Reply via email to