Re: [libvirt] [PATCH 04/21] conf: ns.parse: decouple call from condition

2019-08-21 Thread Jiri Denemark
On Wed, Aug 21, 2019 at 01:15:26 +0200, Ján Tomko wrote: > In the future we will perform more actions if ns.parse > is present. Decouple the condition from the actual call. > > Signed-off-by: Ján Tomko > --- > src/conf/domain_conf.c | 7 --- > src/conf/network_conf.c | 7 --- >

[libvirt] [PATCH 04/21] conf: ns.parse: decouple call from condition

2019-08-20 Thread Ján Tomko
In the future we will perform more actions if ns.parse is present. Decouple the condition from the actual call. Signed-off-by: Ján Tomko --- src/conf/domain_conf.c | 7 --- src/conf/network_conf.c | 7 --- src/conf/storage_conf.c | 7 --- 3 files changed, 12 insertions(+), 9