]> xenbits.xensource.com Git - libvirt.git/commit
Revert "dbus: correctly build reply message"
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 6 Sep 2019 15:20:40 +0000 (17:20 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 10 Sep 2019 07:47:13 +0000 (09:47 +0200)
commit5ae24a13c78ce714c70ee432fd3d59652572bf38
treee6f6e40e677a47b552f9d1acb8b82cd04344a8ec
parent6bb4242d9fe0385e6a62db37e6f93df3fa33e930
Revert "dbus: correctly build reply message"

This reverts commit 39dded7bb61444bb608fadd3f82f6fe93d08fd0e.

This commit broke virpolkittest on Ubuntu 18 which has an old
dbus (v1.12.2). Any other distro with the recent one works
(v1.12.16) which hints its a bug in dbus somewhere. Revert the
commit to stop tickling it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
src/util/virdbus.c
src/util/virdbus.h
tests/virfirewalltest.c
tests/virpolkittest.c