Re: [PATCH 36/37] virDomainNetDefParseXML: Parse attributes of only when present

2022-09-26 Thread Ján Tomko
On a Monday in 2022, Peter Krempa wrote: Access the 'mac_node' variable only when it was filled. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 48 +- 1 file changed, 24 insertions(+), 24 deletions(-) Reviewed-by: Ján Tomko Jano

[PATCH 36/37] virDomainNetDefParseXML: Parse attributes of only when present

2022-09-19 Thread Peter Krempa
Access the 'mac_node' variable only when it was filled. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 48 +- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index