]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: add missing break on a switch case
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 15 Jul 2022 17:56:59 +0000 (12:56 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 19 Jul 2022 15:59:08 +0000 (10:59 -0500)
commitf52dbac93f146e5a80d5d27b2db1d3549d6580ef
tree268bc0370b343c0c37c321902c245d5825755383
parenta9d1c08b713fd58fcfbf40f5ebddc802ab467d39
conf: add missing break on a switch case

This was not causing any problems because all cases below were empty,
but in order to avoid future misbehavior, add a break to this case.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/node_device_conf.c