mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
vz: fix typo that breaks build
(cherry picked from commit 609cc5a880
)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
a2436b799f
commit
1dc2353ae1
@ -121,7 +121,7 @@ vzBuildCapabilities(void)
|
|||||||
|
|
||||||
verify(ARRAY_CARDINALITY(archs) == ARRAY_CARDINALITY(emulators));
|
verify(ARRAY_CARDINALITY(archs) == ARRAY_CARDINALITY(emulators));
|
||||||
|
|
||||||
for (i = 0; i < ARRAY_CARDINALITY(os_types); i++)
|
for (i = 0; i < ARRAY_CARDINALITY(ostypes); i++)
|
||||||
for (j = 0; j < ARRAY_CARDINALITY(archs); j++)
|
for (j = 0; j < ARRAY_CARDINALITY(archs); j++)
|
||||||
for (k = 0; k < ARRAY_CARDINALITY(emulators); k++)
|
for (k = 0; k < ARRAY_CARDINALITY(emulators); k++)
|
||||||
if (vzCapsAddGuestDomain(caps, ostypes[i], archs[j],
|
if (vzCapsAddGuestDomain(caps, ostypes[i], archs[j],
|
||||||
|
Loading…
Reference in New Issue
Block a user