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

Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
John Ferlan 2017-03-23 15:00:54 -04:00
parent 54477976f2
commit e3ff84edf5

View File

@ -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);