]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix crash in virsystemdtest with dbus 1.7.6
authorCédric Bosdonnat <cbosdonnat@suse.com>
Wed, 18 Dec 2013 17:33:44 +0000 (17:33 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 19 Dec 2013 11:20:05 +0000 (11:20 +0000)
commit5e397d9c0f2ce7d464f8e7e6a598d1c955dfc04a
tree4deab9143d62c0c7f7efac62b1711b67fd961645
parentf17c96882719fdb4e86680e3a49476df649e8f2f
Fix crash in virsystemdtest with dbus 1.7.6

D-bus introduced some changes in its locking code. Overriding the init
function skips the new locking init and thus crashes later in libvirt
test. Removing the function makes the test pass again.
tests/virsystemdmock.c