]> git.ipfire.org Git - thirdparty/hostap.git/commit
xml: Add Value node in TNDS node conversion for empty value case
authorJouni Malinen <jouni@qca.qualcomm.com>
Sun, 26 Mar 2017 09:39:34 +0000 (12:39 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 26 Mar 2017 18:13:21 +0000 (21:13 +0300)
commite2f00bb5ff5243024a2809dba2f264ea3714583e
tree377c48ff36c1876cdef68b8da3bc31fa33809740
parenta34317b52671b37cc5e04a37d14e0e812a7caf6b
xml: Add Value node in TNDS node conversion for empty value case

Previously, the Value node was not added if value of a node could not be
fetched. This can cause interoperability issues, so address that in the
same way as an empty length value, i.e., by adding a Value node with
zero-length contents.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/utils/xml-utils.c