]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_ceph_snapshots: realign synthetic_smb_fname() args in ceph_snap_gmt_convert_dir()
authorRalph Boehme <slow@samba.org>
Sun, 3 May 2020 06:33:51 +0000 (08:33 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 5 May 2020 19:18:38 +0000 (19:18 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_ceph_snapshots.c

index c0c87a56be034f40d05d6db84cf74045ee9a6e02..61672413e5b2f47a3f6da6bb6824f8423d83f996 100644 (file)
@@ -615,8 +615,11 @@ static int ceph_snap_gmt_convert_dir(struct vfs_handle_struct *handle,
                        goto err_out;
                }
 
-               smb_fname = synthetic_smb_fname(tmp_ctx, _converted_buf,
-                                               NULL, NULL, 0);
+               smb_fname = synthetic_smb_fname(tmp_ctx,
+                                               _converted_buf,
+                                               NULL,
+                                               NULL,
+                                               0);
                if (smb_fname == NULL) {
                        ret = -ENOMEM;
                        goto err_out;