diff options
Diffstat (limited to 'src/cgroup-util.c')
-rw-r--r-- | src/cgroup-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgroup-util.c b/src/cgroup-util.c index 5fb248470e..f74280f495 100644 --- a/src/cgroup-util.c +++ b/src/cgroup-util.c @@ -513,7 +513,7 @@ int cg_get_path(const char *controller, const char *path, const char *suffix, ch if (_unlikely_(!good)) { int r; - r = path_is_mount_point("/sys/fs/cgroup"); + r = path_is_mount_point("/sys/fs/cgroup", false); if (r <= 0) return r < 0 ? r : -ENOENT; |