mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
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
This commit is contained in:
parent
966667abbe
commit
2eda479ffd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user