From: Ralph Boehme Date: Sun, 3 May 2020 13:03:01 +0000 (+0200) Subject: vfs_fruit: realign synthetic_smb_fname() args in vfswrap_realpath() X-Git-Tag: ldb-2.2.0~714 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1ed7687daad699e66bcda2a95ba90f6dd973b3b;p=thirdparty%2Fsamba.git vfs_fruit: realign synthetic_smb_fname() args in vfswrap_realpath() Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- 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; }