]> git.ipfire.org Git - thirdparty/libvirt.git/commit
528575 avoid libvirtd crash on LCX domain autostart
authorDaniel Veillard <veillard@redhat.com>
Wed, 21 Oct 2009 11:32:20 +0000 (13:32 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 21 Oct 2009 11:32:20 +0000 (13:32 +0200)
commit09c64d0072857922aabff90392b3334aa2d1fde5
treeb860d961f47af36d08e4cef4b09381a111cd4363
parent949dd07b191c2b9c6f7a6a1c55ae12771b8bdba1
528575 avoid libvirtd crash on LCX domain autostart

https://bugzilla.redhat.com/show_bug.cgi?id=528575
virsh -c lxc:/// autostart vm1
was crashing the daemon

* src/lxc/lxc_conf.h src/lxc/lxc_conf.c: initialize the driver
  autostartDir to avoid a NULL reference and implement autostart for LXC
src/lxc/lxc_conf.c
src/lxc/lxc_conf.h