提交 e3ff84ed 编写于 作者: J John Ferlan

qemu: Replace macro usage of (false); with just (0)

Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
上级 54477976
......@@ -275,7 +275,7 @@ virQEMUDriverConfigPtr virQEMUDriverConfigNew(bool privileged)
cfg->defaultTLSx509certdir) < 0) \
goto error; \
} \
} while (false);
} while (0)
SET_TLS_X509_CERT_DEFAULT(vnc);
SET_TLS_X509_CERT_DEFAULT(spice);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册