Re: [PATCH] conf: use virStringParseYesNo

2020-03-23 Thread Michal Prívozník
On 22. 3. 2020 17:39, Rafael Fonseca wrote: > Use existing function built for this exact purpose. > > Signed-off-by: Rafael Fonseca > --- > src/conf/domain_conf.c| 25 ++--- > src/conf/interface_conf.c | 13 ++--- > 2 files changed, 16 insertions(+), 22 deletions(

[PATCH] conf: use virStringParseYesNo

2020-03-22 Thread Rafael Fonseca
Use existing function built for this exact purpose. Signed-off-by: Rafael Fonseca --- src/conf/domain_conf.c| 25 ++--- src/conf/interface_conf.c | 13 ++--- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_