diff options
Diffstat (limited to 'src/core/dbus-unit.c')
-rw-r--r-- | src/core/dbus-unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index a60362fff6..0dac290bc1 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -956,7 +956,7 @@ static int append_cgroup(sd_bus_message *reply, const char *p, Set *pids) { if (r == 0) break; - j = strjoin(p, "/", g); + j = path_join(p, g); if (!j) return -ENOMEM; |