]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Fix esxVI_String_Deserialize
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 18 Jul 2012 22:46:21 +0000 (00:46 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 18 Jul 2012 23:31:32 +0000 (01:31 +0200)
commit466b306b3966f764ccce69c0315990ba44b544a6
treee7bde61eafbe0c0dfbf38a2889a0deb35a5cf545
parent03e0ec10b4a1e48899bdab69819bf539cf7ebc13
esx: Fix esxVI_String_Deserialize

It was broken since forever as it expected a libxml2
XML_ELEMENT_NODE containing a XML_TEXT_NODE instead of
just a XML_TEXT_NODE.

This problem was not discovered for so long because
esxVI_String_Deserialize was not used until now.

Reported by Ata Bohra
src/esx/esx_vi_types.c