Signed-off-by: Tim Wiederhake <[email protected]>
---
 src/conf/domain_conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index db8ec23d70..2d8ae7e860 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -14721,7 +14721,7 @@ virDomainSEVDefParseXML(xmlNodePtr sevNode,
     VIR_XPATH_NODE_AUTORESTORE(ctxt)
     g_autoptr(virDomainSEVDef) def = NULL;
     unsigned long policy;
-    int rc = -1;
+    int rc;
 
     def = g_new0(virDomainSEVDef, 1);
 
-- 
2.31.1

Reply via email to