]> git.meshlink.io Git - catta/commit
core: don't check ARCOUNT to avoid incompatibility with EDNS0
authorLennart Poettering <lennart@poettering.net>
Mon, 28 Jun 2010 20:09:54 +0000 (22:09 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 Jun 2010 20:09:54 +0000 (22:09 +0200)
commitd133b188f257ac505b66a69ddf58165e8eeb73ca
tree6f2f854aedb2d67ecb61645021ecde950317029d
parent1fbf43bbd92a7ac7c07de6253f7a2efcc9a93c47
core: don't check ARCOUNT to avoid incompatibility with EDNS0

Newer Bonjour implementations add EDNS0 extensions to the query packets.
We currently consider those corrupted or invalid. This patch drops the
check, and accepts them as valid.

http://avahi.org/ticket/284
avahi-core/server.c