Re: [PATCH] conf: Restore ctxt's node in right scope

2021-07-22 Thread Pavel Hrdina
On Thu, Jul 22, 2021 at 03:44:18PM +0800, Zhenzhong Duan wrote: > We just found is ignored in our xml. Further debug > shows that ctxt's node pointer isn't restored in virDomainSecDefParseXML(), > which leads to parsing of remaining elements failed. > > Signed-off-by: Zhenzhong Duan > --- >

[PATCH] conf: Restore ctxt's node in right scope

2021-07-22 Thread Zhenzhong Duan
We just found is ignored in our xml. Further debug shows that ctxt's node pointer isn't restored in virDomainSecDefParseXML(), which leads to parsing of remaining elements failed. Signed-off-by: Zhenzhong Duan --- src/conf/domain_conf.c | 1 + 1 file changed, 1 insertion(+) diff --git