On Wed, May 18, 2022 at 10:08:23AM +0200, Jiri Denemark wrote:
If the port allocator bitmap does not have enough bits to keep the
state
of the port we're going to release, the port is not reserved and thus is
trivially released without doing anything. No need to report an error in
such case.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/util/virportallocator.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>