From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> These function shall cause the mainloop to quit. --- src/shared/mainloop-glib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/mainloop-glib.c b/src/shared/mainloop-glib.c index 14d43207a..1bbac5d11 100644 --- a/src/shared/mainloop-glib.c +++ b/src/shared/mainloop-glib.c @@ -53,11 +53,13 @@ void mainloop_quit(void) void mainloop_exit_success(void) { exit_status = EXIT_SUCCESS; + mainloop_quit(); } void mainloop_exit_failure(void) { exit_status = EXIT_FAILURE; + mainloop_quit(); } int mainloop_run(void) -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html