]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix problems in the Xen inotify driver.
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 24 Oct 2009 17:20:33 +0000 (19:20 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 26 Oct 2009 22:30:19 +0000 (23:30 +0100)
commit74c81b5d932edd19793064876bf686a22a06128d
treea3db713895fafaec56bcb9d87280fbe2e6fc791c
parentdfdfc601ac07a609b13b96669b65ae905ddeeae3
Fix problems in the Xen inotify driver.

In xenInotifyXendDomainsDirLookup() the wrong UUID variable is used
to search in the config info list.

In xenInotifyEvent() the event is dispatched if it's NULL.

Both were introduced in bc898df2c74fe3c8efedfbbd430737bac950e65e.
src/xen/xen_inotify.c