chiark / gitweb /
journald: initial version of FSPRG hookup
[elogind.git] / src / journal / sd-journal.c
index 33686ed2b26529793f78b8f8d924bfff4abd9d25..359a7cac3e4e6231cfc6b6c60326543275484db7 100644 (file)
@@ -1118,7 +1118,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, NULL, &f);
+        r = journal_file_open(path, O_RDONLY, 0, false, false, NULL, NULL, &f);
         free(path);
 
         if (r < 0) {