summaryrefslogtreecommitdiffstats
path: root/src/home/homed-home-bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/home/homed-home-bus.c')
-rw-r--r--src/home/homed-home-bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homed-home-bus.c b/src/home/homed-home-bus.c
index 23578fe314..290e05ac6b 100644
--- a/src/home/homed-home-bus.c
+++ b/src/home/homed-home-bus.c
@@ -133,7 +133,7 @@ int bus_home_get_record_json(
if (r < 0)
return r;
- r = json_variant_format(augmented->json, 0, ret);
+ r = sd_json_variant_format(augmented->json, 0, ret);
if (r < 0)
return r;