X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source3%2Fsmbd%2Ftrans2.c;fp=source3%2Fsmbd%2Ftrans2.c;h=8075a7f60f4380a186bf09e46433487b8ca16d5a;hp=9aa2495792eedcf2d4daa7ddd4f3e2fe45ecb880;hb=89e2dbafee67387a6e98fe81d730176349205c54;hpb=40d44601cf1f5245fd0625d2a1b43316cae1eb62 diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 9aa2495792e..8075a7f60f4 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -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);