Commit dbc3de6a by Serge Hallyn Committed by Stéphane Graber

add missing return false on error path

parent f699807c
...@@ -128,6 +128,7 @@ static bool do_cgm_dbus_connect(void) ...@@ -128,6 +128,7 @@ static bool do_cgm_dbus_connect(void)
ERROR("Error pinging cgroup manager: %s", nerr->message); ERROR("Error pinging cgroup manager: %s", nerr->message);
nih_free(nerr); nih_free(nerr);
cgm_dbus_disconnect(); cgm_dbus_disconnect();
return false;
} }
return true; 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