aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb
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-ptest_1.6.18.bb
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-ptest_1.6.18.bb')
-rw-r--r--meta/recipes-core/dbus/dbus-ptest_1.6.18.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb
index 30e8223482..bc260defe0 100644
--- a/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb
+++ b/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb
@@ -16,6 +16,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://dbus-1.init \
file://run-ptest \
file://python-config.patch \
+ file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
"
SRC_URI[md5sum] = "b02e9c95027a416987b81f9893831061"