s3: VFS: fruit: In fruit_streaminfo_meta_netatalk(), ad_get() -> ad_get_meta_fsp().
authorJeremy Allison <jra@samba.org>
Fri, 2 Jul 2021 20:55:04 +0000 (13:55 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 4 Jul 2021 17:15:35 +0000 (17:15 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_fruit.c

index 8d886a9611ecf866bd3bcf3b27d6493fe67122d3..46614939a06ae5ec617a3a5850ac80ba7e1a2b04 100644 (file)
@@ -3667,7 +3667,7 @@ static NTSTATUS fruit_streaminfo_meta_netatalk(
                }
        }
 
-       ad = ad_get(talloc_tos(), handle, smb_fname, ADOUBLE_META);
+       ad = ad_get_meta_fsp(talloc_tos(), handle, smb_fname);
        if (ad == NULL) {
                return NT_STATUS_OK;
        }