]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add missing break to switch-case block
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 19 Nov 2013 16:29:28 +0000 (10:29 -0600)
committerDoug Goldstein <cardoe@cardoe.com>
Tue, 19 Nov 2013 16:29:28 +0000 (10:29 -0600)
commitde53eee25e1a6199146e69ac45e859a06707346c
tree90616574582acdd3fff9ad5825a52d368bbd19d6
parent88a0894c4d68677a5a96a4e1fc0b64e21159be05
Add missing break to switch-case block

The case label for VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED did not have its
own break statement but relied on falling through which we probably
don't want.
python/libvirt-override.c