resolved: install answers to mDNS transactions too
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Fri, 2 Dec 2016 11:54:02 +0000 (13:54 +0200)
committerDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Thu, 19 Jan 2017 09:51:21 +0000 (11:51 +0200)
commit8b4198373b976035e0dfc347f50b61eab40c8e00
treef688346da85f18e46fd5107b1d955a80d968452d
parent0819dd72df6fc552ea5ca4ea948e4a3c1d2fe78f
resolved: install answers to mDNS transactions too

Currently resolving mDNS requests doesn't work because in
dns_transaction_process_reply() no answer gets installed into
mDNS transactions.

When receiving a mDNS reply we should not check for query section
equivalence of the request and its corresponsing response. But still
we need to install answers to mDNS transactions to make it possible
to actually resolve mDNS requests.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
src/resolve/resolved-dns-transaction.c