From f1ed7687daad699e66bcda2a95ba90f6dd973b3b Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sun, 3 May 2020 15:03:01 +0200 Subject: [PATCH] vfs_fruit: realign synthetic_smb_fname() args in vfswrap_realpath() Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/modules/vfs_fruit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index bdfb4f0ff45..4e4c65626a9 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -883,7 +883,8 @@ static bool readdir_attr_meta_finderi_stream( stream_name = synthetic_smb_fname(talloc_tos(), smb_fname->base_name, AFPINFO_STREAM_NAME, - NULL, smb_fname->flags); + NULL, + smb_fname->flags); if (stream_name == NULL) { return false; } -- 2.47.3