s3:vfs fix a compile warning
authorChristian Ambach <ambi@samba.org>
Wed, 4 Dec 2013 21:50:31 +0000 (22:50 +0100)
committerMichael Adam <obnox@samba.org>
Sat, 7 Dec 2013 13:20:43 +0000 (14:20 +0100)
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Sat Dec  7 14:20:43 CET 2013 on sn-devel-104

source3/modules/vfs_default.c

index 90c772b89e12cc6a5b662c79d9641f942926be5c..2d49a943e102797f1f4d0108776242cffaff5086 100644 (file)
@@ -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;