chiark / gitweb /
journal: add ability to filter by current user
[elogind.git] / src / journal / journal-gatewayd.c
index 745f45f932c1b78ffa2ccc6c79e8de282307058d..86338c66f33e1493062f82aefb3c2981d4b5391d 100644 (file)
@@ -109,7 +109,7 @@ static int open_journal(RequestMeta *m) {
         if (m->journal)
                 return 0;
 
-        return sd_journal_open(&m->journal, SD_JOURNAL_LOCAL_ONLY|SD_JOURNAL_SYSTEM_ONLY);
+        return sd_journal_open(&m->journal, SD_JOURNAL_LOCAL_ONLY|SD_JOURNAL_SYSTEM);
 }
 
 static int respond_oom_internal(struct MHD_Connection *connection) {