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 5298e45be9..7863766ae7 100644
--- a/src/journal/journald-wall.c
+++ b/src/journal/journald-wall.c
@@ -65,7 +65,7 @@ void server_forward_wall(
} else
l = message;
- r = utmp_wall(l, "systemd-journald", NULL);
+ r = utmp_wall(l, "systemd-journald", NULL, NULL, NULL);
if (r < 0)
log_debug_errno(r, "Failed to send wall message: %m");
}