[PATCH] networkxml2xmltest: Complete renaming of @actual

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In 97a0aa2467 the @actual variable was renamed to @confactual.
However, the commit missed non-Linux case resulting in a broken
build.

Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
---

Pushed under trivial and build-breaker rules.

 tests/networkxml2conftest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/networkxml2conftest.c b/tests/networkxml2conftest.c
index 5d0bba7924..b35de50f0b 100644
--- a/tests/networkxml2conftest.c
+++ b/tests/networkxml2conftest.c
@@ -58,7 +58,7 @@ testCompareXMLToConfFiles(const char *inxml, const char *outconf,
                                  "except-interface=lo\n")))
         goto fail;
     VIR_FREE(confactual);
-    actual = g_steal_pointer(&tmp);
+    confactual = g_steal_pointer(&tmp);
 #endif
 
     if (virTestCompareToFile(confactual, outconf) < 0)
-- 
2.26.2





[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux