mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
vboxDumpDisplay: remove extra virReportOOMError
VIR_ALLOC* already reported an error.
This commit is contained in:
parent
56886d5fdd
commit
2f2a0b2925
@ -3434,8 +3434,6 @@ vboxDumpDisplay(virDomainDefPtr def, vboxGlobalData *data, IMachine *machine)
|
||||
def->graphics[def->ngraphics]->data.rdp.replaceUser = true;
|
||||
|
||||
def->ngraphics++;
|
||||
} else {
|
||||
virReportOOMError();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user