From: Noel Power Date: Wed, 28 Apr 2021 15:00:52 +0000 (+0100) Subject: s3/lib: adouble: vfs_streaminfo -> vfs_fstreaminfo X-Git-Tag: tevent-0.11.0~918 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=631ab9eff78c89d0b9df32eeec56f6efe07e5e4b;p=thirdparty%2Fsamba.git s3/lib: adouble: vfs_streaminfo -> vfs_fstreaminfo Signed-off-by: Noel Power Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/adouble.c b/source3/lib/adouble.c index 8a34d6ba074..bfbdb3f9709 100644 --- a/source3/lib/adouble.c +++ b/source3/lib/adouble.c @@ -1603,9 +1603,7 @@ static bool ad_unconvert_get_streams(struct vfs_handle_struct *handle, return false; } - status = vfs_streaminfo(handle->conn, - fsp, - fsp->fsp_name, + status = vfs_fstreaminfo(fsp, mem_ctx, num_streams, streams);