summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-transaction.c
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-12-10 15:59:30 +0100
committerDaniel Mack <daniel@zonque.org>2015-12-10 16:32:03 +0100
commitfe2dfc8b4947451f87fcae56f839ca84dde26453 (patch)
tree341fd1392213487ce4ff8ab951ebc88f4a7d9ec9 /src/resolve/resolved-dns-transaction.c
parent40fa4728eb0de88719c288aaf8793a37c1bb84f9 (diff)
resolved: make sure the packet's transaction ID is always 0 for mDNS
RFC6762, 18.1: In multicast query messages, the Query Identifier SHOULD be set to zero on transmission.
Diffstat (limited to 'src/resolve/resolved-dns-transaction.c')
-rw-r--r--src/resolve/resolved-dns-transaction.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c
index 90f07e6c4b..05fce99679 100644
--- a/src/resolve/resolved-dns-transaction.c
+++ b/src/resolve/resolved-dns-transaction.c
@@ -819,7 +819,6 @@ static int dns_transaction_make_packet_mdns(DnsTransaction *t) {
}
DNS_PACKET_HEADER(p)->qdcount = htobe16(qdcount);
- DNS_PACKET_HEADER(p)->id = t->id;
/* Append known answer section if we're asking for any shared record */
if (add_known_answers) {