提交 8589ecc6 编写于 作者: M Michal Privoznik

networkxml2xmltest: Complete renaming of @actual

In 97a0aa24 the @actual variable was renamed to @confactual.
However, the commit missed non-Linux case resulting in a broken
build.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 7e5a40fd
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册