diff options
Diffstat (limited to 'src/journal-remote/journal-gatewayd.c')
-rw-r--r-- | src/journal-remote/journal-gatewayd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/journal-gatewayd.c b/src/journal-remote/journal-gatewayd.c index db07700111..6cfe22957a 100644 --- a/src/journal-remote/journal-gatewayd.c +++ b/src/journal-remote/journal-gatewayd.c @@ -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; } |