]> git.ipfire.org Git - thirdparty/pdns.git/commit
pdns: allow empty string in version-string 14781/head
authorBertrand Jacquin <bertrand@jacquin.bzh>
Wed, 16 Oct 2024 20:43:07 +0000 (21:43 +0100)
committerBertrand Jacquin <bertrand@jacquin.bzh>
Wed, 16 Oct 2024 20:55:12 +0000 (21:55 +0100)
commitcfc46d7c51c4df20919be94bd261020ed099c9bd
tree3b3b42eb035d284cc4a8665e878d29b73e86ce76
parent52c38c7c510ccf5f7166962c71f58be3739ccd35
pdns: allow empty string in version-string

This change allow an empty string to be returned to CHAOS version.bind
request. version-string by default is set to "full" through
pdns/auth-main.cc declareArguments(), however does not allow an empty
string to be returned as PowerDNS Recursor does.
pdns/packethandler.cc