Re: [PATCH] domain_conf: comment not match the code below

2024-07-10 Thread Michal Prívozník
On 7/4/24 13:52, Adam Julis wrote: > The outdated comment refers to a non-existent member in the > virDomainObj structure. > > Signed-off-by: Adam Julis > --- > src/conf/domain_conf.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Michal Privoznik Michal

[PATCH] domain_conf: comment not match the code below

2024-07-04 Thread Adam Julis
The outdated comment refers to a non-existent member in the virDomainObj structure. Signed-off-by: Adam Julis --- src/conf/domain_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 7033b4e9fe..115862bbde 100644 ---