summaryrefslogtreecommitdiff
path: root/src/journal/journald-wall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journald-wall.c')
-rw-r--r--src/journal/journald-wall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journald-wall.c b/src/journal/journald-wall.c
index fcbd9183fe..1bdddb0db3 100644
--- a/src/journal/journald-wall.c
+++ b/src/journal/journald-wall.c
@@ -28,7 +28,7 @@ void server_forward_wall(
int priority,
const char *identifier,
const char *message,
- struct ucred *ucred) {
+ const struct ucred *ucred) {
_cleanup_free_ char *ident_buf = NULL, *l_buf = NULL;
const char *l;