]> git.ipfire.org Git - thirdparty/hostap.git/commit
JSON: Fix \u escaping
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 22 Jun 2017 12:09:57 +0000 (15:09 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 22 Jun 2017 12:09:57 +0000 (15:09 +0300)
commit186f204893bf8efb08fb22da4e09bebb859bed99
tree67567f124d25e68109044d018b49c745a2095e4d
parenta82349347dae59de16599def8e80527d6246d0dd
JSON: Fix \u escaping

Remove the extra 'x' character from the escaped string.

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