Commit b711e4af by Serge Hallyn

add missing return false on error path

parent 1da0ad1e
......@@ -128,6 +128,7 @@ static bool do_cgm_dbus_connect(void)
ERROR("Error pinging cgroup manager: %s", nerr->message);
nih_free(nerr);
cgm_dbus_disconnect();
return false;
}
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment