]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Maintain value of ctxt->node in virInterfaceDefParseDhcp
authorLaine Stump <laine@laine.org>
Tue, 29 Sep 2009 09:16:04 +0000 (11:16 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 29 Sep 2009 09:16:04 +0000 (11:16 +0200)
commitc93370c4ad4d9be30457795cf829c204211baf64
treec31a10b706bb0882deb3da5dbd7d4c3fa1763bc5
parent237f3bf8dabb480f6214208d1aa975aac5d8700c
Maintain value of ctxt->node in virInterfaceDefParseDhcp

* src/conf/interface_conf.c: This was causing subsequent calls to
  virXPathxxx() to fail, since ctxt->node was left pointing at the
  dhcp node, rather than the protocol node.
src/conf/interface_conf.c