return NULL;
/* Avoid parsing the whole domain definition for ACL checks */
- if (!(def = virDomainDefIDsParseString(xml, provconn->xmlopt, parse_flags)))
+ if (!(def = virDomainDefIDsParseString(xml, privconn->xmlopt, parse_flags)))
return NULL;
if (virDomainDefineXMLFlagsEnsureACL(conn, def) < 0)
start_flags |= VIR_BHYVE_PROCESS_START_AUTODESTROY;
/* Avoid parsing the whole domain definition for ACL checks */
- if (!(def = virDomainDefIDsParseString(xml, provconn->xmlopt, parse_flags)))
+ if (!(def = virDomainDefIDsParseString(xml, privconn->xmlopt, parse_flags)))
return NULL;
if (virDomainCreateXMLEnsureACL(conn, def) < 0)