lxc: Fix 'autostart' doesn't take effect actually

lxcStartup forgot to call lxcAutostartConfigs. Fix it.

This patch should fix https://bugzilla.redhat.com/show_bug.cgi?id=589863 .
This commit is contained in:
Ryota Ozaki 2010-07-29 23:21:17 +09:00 committed by Eric Blake
parent 6bd5a7c200
commit b611a3fb47

View File

@ -1928,6 +1928,9 @@ static int lxcStartup(int privileged)
virHashForEach(lxc_driver->domains.objs, lxcReconnectVM, lxc_driver);
lxcDriverUnlock(lxc_driver);
lxcAutostartConfigs(lxc_driver);
return 0;
cleanup: