From 2a658c5461143dfa8f5b6fe0592229a364ab0398 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sun, 3 May 2020 15:03:42 +0200 Subject: [PATCH] vfs_fruit: realign synthetic_smb_fname() args in delete_invalid_meta_stream() 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 dbcdcdbaf98..92c7aafba8b 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -3334,7 +3334,8 @@ static NTSTATUS delete_invalid_meta_stream( sname = synthetic_smb_fname(talloc_tos(), smb_fname->base_name, AFPINFO_STREAM_NAME, - NULL, 0); + NULL, + 0); if (sname == NULL) { return NT_STATUS_NO_MEMORY; } -- 2.47.3