]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix replying from ANY address for non-standard port 7610/head
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 7 Jan 2019 14:28:37 +0000 (15:28 +0100)
committerErik Winkels <erik.winkels@powerdns.com>
Thu, 21 Mar 2019 11:47:42 +0000 (12:47 +0100)
commitb4924b2057957b8ff6119166794886f75a71ea9e
treed42f16d4367d327380c9912725a62f937a31b071
parente628b7361a0d5207193c0497ff8123677ac10d13
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.

(cherry picked from commit 36025a51ed16e31e5d186b2c126ef1178a39a569)
pdns/nameserver.cc