mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 77479e1c9b)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
feab111e79
commit
033fa7a408
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user