]> git.proxmox.com Git - qemu-server.git/commit
fixed bug 662, wrong subroutine for parsing startup order
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 16 Jul 2015 11:46:27 +0000 (13:46 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 22 Jul 2015 10:44:30 +0000 (12:44 +0200)
commit38f7f26c4422285434956f837d172fac1c3a9ba8
treee5a7cf87e07f957ff5d1c42aff280169c5a2aafd
parentf1f7ea886a7cb8f41443e530c7b8a8f91268e6ca
fixed bug 662, wrong subroutine for parsing startup order

Changed from old, now missing, subroutine parse_startup() to new
pve_parse_startup_order() in qemu-server and pve-manager

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm