From 2eda479ffd5ae716a032fee44463ff94d6f18fcd Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Wed, 4 Dec 2013 22:50:31 +0100 Subject: [PATCH] s3:vfs fix a compile warning Signed-off-by: Christian Ambach Reviewed-by: Michael Adam Autobuild-User(master): Michael Adam Autobuild-Date(master): Sat Dec 7 14:20:43 CET 2013 on sn-devel-104 --- source3/modules/vfs_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index 90c772b89e1..2d49a943e10 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; -- 2.11.4.GIT