commit | b53989bdcae907811b8d257c7e24bc6854093920 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Mar 04 16:54:12 2013 -0500 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Mar 04 16:54:12 2013 -0500 |
tree | ceee3201a2eb1700c1bc28a51d78264b57e5f4af | |
parent | 8c62f3a02ea53d7a862cf1cf95b3fb0d65db11b1 [diff] |
Correct getchildren() usage in list_addresses() This commit fixes the usage of getchildren in the list_addresses method. Previously, the method was called on body which was a string. This commit corrects the behavior and runs the method on an etree object. Fixes bug 1132796 Change-Id: Iafb8d51257b7bcbfbcf9141c3d424c601a186a89