diff options
Diffstat (limited to 'src/core/mount-setup.c')
-rw-r--r-- | src/core/mount-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index b97285e556..ea7b0a80cb 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -332,7 +332,7 @@ int mount_cgroup_controllers(void) { if (!options) options = TAKE_PTR(controller); - where = strappend("/sys/fs/cgroup/", options); + where = path_join("/sys/fs/cgroup", options); if (!where) return log_oom(); |