chiark / gitweb /
journal: size journal data hash table based on maximum file size metrics
[elogind.git] / src / journal / sd-journal.c
index 77469e9ebd342319cc7118132d360c0471424b3c..497f79cb525a33ae0b195fd3da3e1ab20f440eed 100644 (file)
@@ -1116,7 +1116,7 @@ static int add_file(sd_journal *j, const char *prefix, const char *filename) {
                 return 0;
         }
 
-        r = journal_file_open(path, O_RDONLY, 0, NULL, &f);
+        r = journal_file_open(path, O_RDONLY, 0, NULL, NULL, &f);
         free(path);
 
         if (r < 0) {