mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3/smbd: trans2: vfs_streaminfo -> vfs_fstreaminfo
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
40d44601cf
commit
89e2dbafee
@ -5789,10 +5789,8 @@ NTSTATUS smbd_do_qfilepathinfo(connection_struct *conn,
|
||||
return NT_STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
status = vfs_streaminfo(conn,
|
||||
fsp,
|
||||
smb_fname,
|
||||
talloc_tos(),
|
||||
status = vfs_fstreaminfo(fsp,
|
||||
mem_ctx,
|
||||
&num_streams,
|
||||
&streams);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user