]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix replying from ANY address for non-standard port 7341/head
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 7 Jan 2019 14:28:37 +0000 (15:28 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 7 Jan 2019 14:28:37 +0000 (15:28 +0100)
commit36025a51ed16e31e5d186b2c126ef1178a39a569
tree645ed9b14927725beda85403f19f4a3f41202138
parent3001ade06377913ed19f4be5fc82c495b87fc7e5
Fix replying from ANY address for non-standard port
Previously, we would not recognize 0.0.0.0:5300 or even 0.0.0.0:53 as the 'any' address, leading us to answer from the wrong address.
pdns/nameserver.cc