Re: [PATCH 1/2] virxml: Don't overwrite ctxt->node

2020-06-03 Thread Ján Tomko
On a Wednesday in 2020, Michal Privoznik wrote: This reverts b897973f2e0. Please disconnect the period from the commit ID. (Popular choices include: * putting a space in there * removing it completely * wrapping the commit ID in angle brackets ) Even though it may have been the case

[PATCH 1/2] virxml: Don't overwrite ctxt->node

2020-06-03 Thread Michal Privoznik
This reverts b897973f2e0. Even though it may have been the case in the past, relative XPaths don't overwrite the ctxt->node. Thus, there's no need to save it. Signed-off-by: Michal Privoznik --- src/util/virxml.c | 27 --- 1 file changed, 27 deletions(-) diff --git