Re: [libvirt] [PATCH] Maintain value of ctxt-node in virInterfaceDefParseDhcp.

2009-09-29 Thread Daniel Veillard
On Mon, Sep 28, 2009 at 06:54:19PM -0400, Laine Stump wrote: This was causing subsequent calls to virXPathxxx() to fail, since ctxt-node was left pointing at the dhcp node, rather than the protocol node. Previously this had gone unnoticed, as the dhcp node was the only thing parsed under ip,

[libvirt] [PATCH] Maintain value of ctxt-node in virInterfaceDefParseDhcp.

2009-09-28 Thread Laine Stump
This was causing subsequent calls to virXPathxxx() to fail, since ctxt-node was left pointing at the dhcp node, rather than the protocol node. Previously this had gone unnoticed, as the dhcp node was the only thing parsed under ip, if it was there. --- src/conf/interface_conf.c |3 +++ 1