]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_fruit: realign synthetic_smb_fname() args in delete_invalid_meta_stream()
authorRalph Boehme <slow@samba.org>
Sun, 3 May 2020 13:03:42 +0000 (15:03 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 5 May 2020 19:18:39 +0000 (19:18 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_fruit.c

index dbcdcdbaf98f75ecc073af7ea96ef808cd6f6ad6..92c7aafba8b77e28c021cea2a037e520f93496a5 100644 (file)
@@ -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;
        }