mirror of https://gitee.com/openkylin/libvirt.git
virDomainSEVDefParseXML: Remove superfluous variable initialization
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
3994a36ec7
commit
6bda1eb157
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue