mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
conf: domain: remove unreachable break
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
ac7f3667f2
commit
34c1715ed1
@ -30064,7 +30064,6 @@ virDomainNetResolveActualType(virDomainNetDef *iface)
|
||||
* is VIR_DOMAIN_NET_TYPE_BRIDGE
|
||||
*/
|
||||
return VIR_DOMAIN_NET_TYPE_BRIDGE;
|
||||
break;
|
||||
}
|
||||
|
||||
/* intentionally fall through to the direct case for
|
||||
|
Loading…
x
Reference in New Issue
Block a user