]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virNetDevVPortProfileOp8021Qbh: Use proper type in virReportEnumRangeError()
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Sep 2023 13:45:52 +0000 (15:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 20 Sep 2023 15:18:48 +0000 (17:18 +0200)
commit57570b741c5f3497512cb145ae1f1cf6e52b8cc6
treef820eec2254593140c08ac7fd4d86c644a98a217
parent4af0c1d60e2da52c865e032b37d48a5e086121f1
virNetDevVPortProfileOp8021Qbh: Use proper type in virReportEnumRangeError()

The @virtPortOp variable inside of virNetDevVPortProfileOp8021Qbh
is of type virNetDevVPortProfileLinkOp. Pass the proper type to
virReportEnumRangeError().

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virnetdevvportprofile.c