libxl: add missing "break;" to do_pci_remove
authorIan Campbell <ian.campbell@citrix.com>
Tue, 25 Oct 2011 16:04:41 +0000 (17:04 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 25 Oct 2011 16:04:41 +0000 (17:04 +0100)
commitfd0c0d036f5efdecffc9b07024caf6be5a3eee3a
tree071825e2d32c6ed9a40e6e7183f71d1f92806f72
parentac97fa6a21ccd395cca43890bbd0bf32e3255ebb
libxl: add missing "break;" to do_pci_remove

Otherwise we erroneously fall through the LIBXL_DOMAIN_TYPE_PV case into the
"default: abort()".

(I'm sure we fixed this once already...)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Tested-by: Dario Faggioli <dario.faggioli@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_pci.c