]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: fix bhyve build
authorLaine Stump <laine@laine.org>
Tue, 20 Feb 2018 02:16:20 +0000 (21:16 -0500)
committerLaine Stump <laine@laine.org>
Tue, 20 Feb 2018 02:18:49 +0000 (21:18 -0500)
This file was modified in an editor buffer but not saved prior to
commit e62cb4a9b78 (which removed virMacAddr::generated), so the bhyve
build would fail.

Signed-off-by: Laine Stump <laine@laine.org>
tests/bhyvexml2argvmock.c

index bec7f902aa93e9df3ebe06bc49b29fe066891ccb..7afa0e34c43ca0ff6f8cecccfb4ca5a402fccd27 100644 (file)
@@ -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,