mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
Revert "Set default name for SPICE agent channel"
This patch reverts commit b0e2bb3. Its functionality has been replaced by commit 3269ee6.
This commit is contained in:
parent
3269ee657c
commit
1133ee2b38
@ -5248,13 +5248,6 @@ virDomainChrDefParseXML(virCapsPtr caps,
|
||||
goto error;
|
||||
} else {
|
||||
def->source.data.spicevmc = VIR_DOMAIN_CHR_SPICEVMC_VDAGENT;
|
||||
if (!def->target.name) {
|
||||
def->target.name = strdup("com.redhat.spice.0");
|
||||
if (!def->target.name) {
|
||||
virReportOOMError();
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user