mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
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…
x
Reference in New Issue
Block a user