chiark / gitweb /
journal-remote: allow splitting incoming logs by source host
[elogind.git] / src / journal-remote / journal-gatewayd.c
index db07700111410be2f46bf55ee615d392ab262406..6cfe22957a56f2e755c06d62d721894ebe45e171 100644 (file)
@@ -834,7 +834,7 @@ static int request_handler(
         }
 
         if (trust_pem) {
-                r = check_permissions(connection, &code);
+                r = check_permissions(connection, &code, NULL);
                 if (r < 0)
                         return code;
         }