]> granicus.if.org Git - esp-idf/commit
mdns: fix malfuctional query_txt
authorDavid Cermak <cermak@espressif.com>
Fri, 15 Feb 2019 12:46:51 +0000 (13:46 +0100)
committerDavid Cermak <cermak@espressif.com>
Fri, 15 Feb 2019 12:46:51 +0000 (13:46 +0100)
commit1a027734af06abf08fcb1c34ee65bdf50d12be4d
tree9b7089af2dee1667b00a54bf313670d1f4ca5bc1
parent206b47c03aca0acdf40d1d9c250e18aeddfe1bd7
mdns: fix malfuctional query_txt

when running a query for a single txt, result entries were not created and attached to result structure. this issue was introduced when fixing memory leak in txt structure, which worked correctly for PTR queries, but caused trouble for TXT query.
components/mdns/mdns.c