s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().
[samba.git] / source3 / printing / nt_printing.c
index 3d6cfb1330950480b69e54ef41410f7603ccb673..36e7324520b77b6fd31c46f0d8c131cbd2e88568 100644 (file)
@@ -1585,7 +1585,7 @@ static NTSTATUS driver_unlink_internals(connection_struct *conn,
                goto err_out;
        }
 
-       smb_fname = synthetic_smb_fname(tmp_ctx, print_dlr_path, NULL, NULL);
+       smb_fname = synthetic_smb_fname(tmp_ctx, print_dlr_path, NULL, NULL, 0);
        if (smb_fname == NULL) {
                goto err_out;
        }