aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Middelschulte <Leif.Middelschulte@klsmartin.com>2022-01-11 15:36:48 +0100
committerArmin Kuster <akuster808@gmail.com>2022-01-29 06:17:35 -0800
commit97fa6de71e3d5d32b86e8d164709a8f11bc055ed (patch)
tree9089014311f7518f2fa54915dd57cf2b1218e2ba
parent80558259e9ce6591b17de9b7821982b396f601e5 (diff)
downloadmeta-openembedded-contrib-97fa6de71e3d5d32b86e8d164709a8f11bc055ed.tar.gz
dbus-daemon-proxy: add missing `return` statement
The missing `return` statement leads to a `SIGABRT`. Signed-off-by: Leif Middelschulte <Leif.Middelschulte@klsmartin.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch b/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch
index 2c4ca057f2..1c2fc3813f 100644
--- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch
+++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch
@@ -21,7 +21,7 @@ index 009e4fd..f3f0d80 100644
if (!dbus_conn)
- return;
-+ DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
++ return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
if (verbose)
g_print ("New message from server: type='%d' path='%s' iface='%s'"