chiark / gitweb /
clang: fix numerous little issues found with clang-analyzer
[elogind.git] / src / execute.c
index 352def3cfaff28f8826a64c27a1c533471bbacfc..b34c052014d1523089103073d45646576078e9e1 100644 (file)
@@ -1055,7 +1055,7 @@ int exec_spawn(ExecCommand *command,
                 }
 
                 if (cgroup_bondings)
-                        if ((r = cgroup_bonding_install_list(cgroup_bondings, 0)) < 0) {
+                        if (cgroup_bonding_install_list(cgroup_bondings, 0) < 0) {
                                 r = EXIT_CGROUP;
                                 goto fail;
                         }