From: Matthijs Mekking Date: Thu, 13 Mar 2025 08:18:35 +0000 (+0000) Subject: fix: dev: Fix CID 544147: Code maintainability issues (UNUSED_VALUE) X-Git-Tag: v9.21.7~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3973c2e8c3e8d0ad9b4a710da93cbaf937e42d33;p=thirdparty%2Fbind9.git fix: dev: Fix CID 544147: Code maintainability issues (UNUSED_VALUE) 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 --- 3973c2e8c3e8d0ad9b4a710da93cbaf937e42d33