diff options
author | Christian Ambach <ambi@samba.org> | 2013-12-04 22:50:31 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-12-07 14:20:43 +0100 |
commit | 2eda479ffd5ae716a032fee44463ff94d6f18fcd (patch) | |
tree | af41fc7ef7c2f2c426c856b01344194bcc010da2 | |
parent | 966667abbef2da09b4a42725a86f3202b88e3966 (diff) | |
download | samba-2eda479ffd5ae716a032fee44463ff94d6f18fcd.tar.gz samba-2eda479ffd5ae716a032fee44463ff94d6f18fcd.tar.xz samba-2eda479ffd5ae716a032fee44463ff94d6f18fcd.zip |
s3:vfs fix a compile warning
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
-rw-r--r-- | source3/modules/vfs_default.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index 90c772b89e..2d49a943e1 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; |