aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus.inc
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-02-27 11:23:28 +0800
committerSaul Wold <sgw@linux.intel.com>2014-02-28 11:32:11 +0200
commit6e844594e7dd901eb4742730ab010030c04e1c55 (patch)
treecfeea5c3c3d7b35987a3093f044ef3358471a2c5 /meta/recipes-core/dbus/dbus.inc
parentd265216dab8146cda17b9ec6167346749896a505 (diff)
downloadopenembedded-core-contrib-6e844594e7dd901eb4742730ab010030c04e1c55.tar.gz
dbus: proper error handler should be given after send_negotiate_unix_fd failed
Once send_negotiate_unix_fd failed, this failure will happen, since auth->guid_from_server has been set to some value before send_negotiate_unix_fd. send_negotiate_unix_fd failure will lead to this auth be handled by process_ok again, but this auth->guid_from_server is not zero. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/dbus/dbus.inc')
-rw-r--r--meta/recipes-core/dbus/dbus.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index db47ede0be..677ff78146 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -14,6 +14,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://tmpdir.patch \
file://dbus-1.init \
file://os-test.patch \
+ file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
"
inherit useradd autotools pkgconfig gettext update-rc.d