diff options
Diffstat (limited to 'src/cgroup-util.c')
-rw-r--r-- | src/cgroup-util.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cgroup-util.c b/src/cgroup-util.c index 2f3fcb5981..88adec0c95 100644 --- a/src/cgroup-util.c +++ b/src/cgroup-util.c @@ -737,10 +737,8 @@ int cg_install_release_agent(const char *controller, const char *agent) { free(fs); fs = NULL; - if ((r = cg_get_path(controller, NULL, "notify_on_release", &fs)) < 0) { - r = -ENOMEM; + if ((r = cg_get_path(controller, NULL, "notify_on_release", &fs)) < 0) goto finish; - } free(contents); contents = NULL; |