mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
tests: fix bhyve build
This file was modified in an editor buffer but not saved prior to
commit e62cb4a9b7
(which removed virMacAddr::generated), so the bhyve
build would fail.
Signed-off-by: Laine Stump <laine@laine.org>
This commit is contained in:
parent
e62cb4a9b7
commit
a4b37cd0f1
@ -17,7 +17,6 @@ void virMacAddrGenerate(const unsigned char prefix[VIR_MAC_PREFIX_BUFLEN],
|
||||
addr->addr[3] = 0;
|
||||
addr->addr[4] = 0;
|
||||
addr->addr[5] = 0;
|
||||
addr->generated = true;
|
||||
}
|
||||
|
||||
int virNetDevTapCreateInBridgePort(const char *brname ATTRIBUTE_UNUSED,
|
||||
|
Loading…
Reference in New Issue
Block a user