mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
qemu: Replace macro usage of (false); with just (0)
Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
54477976f2
commit
e3ff84edf5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user