提交 a4b37cd0 编写于 作者: L Laine Stump

tests: fix bhyve build

This file was modified in an editor buffer but not saved prior to
commit e62cb4a9 (which removed virMacAddr::generated), so the bhyve
build would fail.
Signed-off-by: NLaine Stump <laine@laine.org>
上级 e62cb4a9
...@@ -17,7 +17,6 @@ void virMacAddrGenerate(const unsigned char prefix[VIR_MAC_PREFIX_BUFLEN], ...@@ -17,7 +17,6 @@ void virMacAddrGenerate(const unsigned char prefix[VIR_MAC_PREFIX_BUFLEN],
addr->addr[3] = 0; addr->addr[3] = 0;
addr->addr[4] = 0; addr->addr[4] = 0;
addr->addr[5] = 0; addr->addr[5] = 0;
addr->generated = true;
} }
int virNetDevTapCreateInBridgePort(const char *brname ATTRIBUTE_UNUSED, int virNetDevTapCreateInBridgePort(const char *brname ATTRIBUTE_UNUSED,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册