]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/bootchart/bootchart.c
Fix write-only use of a few variables
[thirdparty/systemd.git] / src / bootchart / bootchart.c
index 14ccd3efe591f2387cf44be05f4166f8d8779549..edbd3815cd508f8c9da1c71196c4d95d72b79700 100644 (file)
@@ -254,7 +254,7 @@ static void do_journal_append(char *file)
 
         p = malloc(9 + BOOTCHART_MAX);
         if (!p) {
-                r = log_oom();
+                log_oom();
                 return;
         }