mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
conf: fix a minor typo
This commit is contained in:
parent
88a1b54208
commit
8b8a7b4e97
@ -5213,7 +5213,7 @@ virSecurityLabelDefsParseXML(virDomainDefPtr def,
|
||||
for (j = 0; j < i; j++) {
|
||||
if (STREQ_NULLABLE(seclabel->model, def->seclabels[j]->model)) {
|
||||
virReportError(VIR_ERR_XML_DETAIL,
|
||||
_("seclablel for model %s is already provided"),
|
||||
_("seclabel for model %s is already provided"),
|
||||
seclabel->model);
|
||||
virSecurityLabelDefFree(seclabel);
|
||||
goto error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user