]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix CID 544147: Code maintainability issues (UNUSED_VALUE)
authorMatthijs Mekking <matthijs@isc.org>
Thu, 13 Mar 2025 08:18:35 +0000 (08:18 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 13 Mar 2025 08:18:35 +0000 (08:18 +0000)
Assigning value "NULL" to "newstr", but that stored value is overwritten
before it can be used.

Setting "newstr" to NULL does not have any effect, so the line can
safely be removed.

Closes #5227

Merge branch '5227-cid-544147' into 'main'

See merge request isc-projects/bind9!10239


Trivial merge