Signed-off-by: Tim Wiederhake <twiederh(a)redhat.com>
---
src/conf/storage_source_conf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/conf/storage_source_conf.h b/src/conf/storage_source_conf.h
index f42bb1c67d..e6702a1ffc 100644
--- a/src/conf/storage_source_conf.h
+++ b/src/conf/storage_source_conf.h
@@ -356,7 +356,7 @@ struct _virStorageSource {
char *nodestorage; /* name of the storage object */
/* An optional setting to enable usage of TLS for the storage source */
- int haveTLS; /* enum virTristateBool */
+ virTristateBool haveTLS;
/* Indication whether the haveTLS value was altered due to qemu.conf
* setting when haveTLS is missing from the domain config file */
--
2.26.2