]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal-remote/journal-remote.c
journal-file-util: drop unused template argument for journal_file_open_reliably()
[thirdparty/systemd.git] / src / journal-remote / journal-remote.c
index 7c5ccbbea6f0cf91717dfecfada33a2d38d013aa..2d309d12362ae02b1eb0fbeb5c6f807d9c0896aa 100644 (file)
@@ -86,7 +86,6 @@ static int open_output(RemoteServer *s, Writer *w, const char* host) {
                         UINT64_MAX,
                         &w->metrics,
                         w->mmap,
-                        NULL,
                         &w->journal);
         if (r < 0)
                 return log_error_errno(r, "Failed to open output journal %s: %m", filename);