mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00:00
virNetDevBandwidthParse: Don't validate element name
Callers make sure to pass the correct element. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
79b04c9606
commit
92332ade1f
@ -112,12 +112,6 @@ virNetDevBandwidthParse(virNetDevBandwidth **bandwidth,
|
|||||||
|
|
||||||
def = g_new0(virNetDevBandwidth, 1);
|
def = g_new0(virNetDevBandwidth, 1);
|
||||||
|
|
||||||
if (!node || !virXMLNodeNameEqual(node, "bandwidth")) {
|
|
||||||
virReportError(VIR_ERR_INVALID_ARG, "%s",
|
|
||||||
_("invalid argument supplied"));
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
class_id_prop = virXMLPropString(node, "classID");
|
class_id_prop = virXMLPropString(node, "classID");
|
||||||
if (class_id_prop) {
|
if (class_id_prop) {
|
||||||
if (!class_id) {
|
if (!class_id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user