]> git.ipfire.org Git - thirdparty/bind9.git/commit
No longer need to strcmp for "none"
authorMatthijs Mekking <matthijs@isc.org>
Tue, 4 May 2021 07:49:14 +0000 (09:49 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 5 May 2021 10:54:05 +0000 (12:54 +0200)
commit68bdca47305ea440017c1ef73aeea19198425a4c
tree040de844e74f1dcf5c90472c90fa6cab0fe7f621
parent1d16443fdec9d1681f8ad4910c7a850caf27d30c
No longer need to strcmp for "none"

When we introduced "dnssec-policy insecure" we could have removed the
'strcmp' check for "none", because if it was set to "none", the 'kasp'
variable would have been set to NULL.

(cherry picked from commit 636ff1e15cb15db9252bd664a6f051761db824ca)
lib/dns/zone.c