summaryrefslogtreecommitdiff
path: root/src/home/home-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/home/home-util.c')
-rw-r--r--src/home/home-util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/home/home-util.c b/src/home/home-util.c
index 69ab645484..51406fd234 100644
--- a/src/home/home-util.c
+++ b/src/home/home-util.c
@@ -124,6 +124,8 @@ int bus_message_append_secret(sd_bus_message *m, UserRecord *secret) {
if (r < 0)
return r;
+ (void) sd_bus_message_sensitive(m);
+
return sd_bus_message_append(m, "s", formatted);
}