]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_fruit: realign synthetic_smb_fname() args in fruit_get_bandsize()
authorRalph Boehme <slow@samba.org>
Sun, 3 May 2020 13:04:14 +0000 (15:04 +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 92c7aafba8b77e28c021cea2a037e520f93496a5..a28ad19fa4e3f377e5e0f3366459a4737dc135fe 100644 (file)
@@ -4668,7 +4668,11 @@ static bool fruit_get_bandsize(vfs_handle_struct *handle,
                goto out;
        }
 
-       smb_fname = synthetic_smb_fname(talloc_tos(), plist, NULL, NULL, 0);
+       smb_fname = synthetic_smb_fname(talloc_tos(),
+                                       plist,
+                                       NULL,
+                                       NULL,
+                                       0);
        if (smb_fname == NULL) {
                ok = false;
                goto out;