On a Monday in 2022, Peter Krempa wrote:
The function extracts multiple attributes form a single element.
Modify
the function to stop using multiple XPath lookups.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/domain_conf.c | 2 +-
src/conf/network_conf.c | 4 +--
src/conf/networkcommon_conf.c | 61 +++++++++--------------------------
src/conf/networkcommon_conf.h | 3 +-
4 files changed, 19 insertions(+), 51 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano