]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/printing: realign synthetic_smb_fname() args in driver_unlink_internals()
authorRalph Boehme <slow@samba.org>
Sun, 3 May 2020 13:06:32 +0000 (15:06 +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/printing/nt_printing.c

index 98536017b5b1836a6c154c676b066c1ad2479f43..b0bbf08f98685326a7ab9192fa90fcaa894c3bc8 100644 (file)
@@ -2029,7 +2029,11 @@ static NTSTATUS driver_unlink_internals(connection_struct *conn,
                goto err_out;
        }
 
-       smb_fname = synthetic_smb_fname(tmp_ctx, print_dlr_path, NULL, NULL, 0);
+       smb_fname = synthetic_smb_fname(tmp_ctx,
+                                       print_dlr_path,
+                                       NULL,
+                                       NULL,
+                                       0);
        if (smb_fname == NULL) {
                goto err_out;
        }