]> git.proxmox.com Git - systemd.git/blobdiff - src/import/pull-tar.c
Imported Upstream version 221
[systemd.git] / src / import / pull-tar.c
index 27a9af804df2d8b43f9dd26bcc773b0bdf91e096..a6605d248fa007cd8262885f6b694998f860363e 100644 (file)
@@ -324,7 +324,7 @@ static int tar_pull_job_on_open_disk(PullJob *j) {
         if (r < 0)
                 return log_oom();
 
-        r = tempfn_random(i->final_path, &i->temp_path);
+        r = tempfn_random(i->final_path, NULL, &i->temp_path);
         if (r < 0)
                 return log_oom();