Re: [libvirt] [PATCH] access: fix incorrect addition to virAccessPermNetwork

2019-08-16 Thread Michal Privoznik
On 8/15/19 10:42 PM, Laine Stump wrote: Commit e69444e17 (first appeared in libvirt-5.5.0) added the new value "VIR_ACCESS_PERM_NETWORK_SEARCH_PORTS" to the virAccessPerNetwork enum, and also the string "search_ports" to the VIR_ENUM_IMPL() macro for that enum. Unfortunately, the enum value was

[libvirt] [PATCH] access: fix incorrect addition to virAccessPermNetwork

2019-08-15 Thread Laine Stump
Commit e69444e17 (first appeared in libvirt-5.5.0) added the new value "VIR_ACCESS_PERM_NETWORK_SEARCH_PORTS" to the virAccessPerNetwork enum, and also the string "search_ports" to the VIR_ENUM_IMPL() macro for that enum. Unfortunately, the enum value was added in the middle of the list, while the