]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix scan-build issue: initialized value never read
authorMatthijs Mekking <matthijs@isc.org>
Mon, 27 Mar 2023 09:54:00 +0000 (11:54 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 29 Mar 2023 13:31:49 +0000 (13:31 +0000)
commit9874a266865676166324fa15767440d3f6125838
treed879eafc571e3584e8d5f5fc1ef9db0b84cf750e
parent32768d9c94c22754a6ed874e6735d4db425d169f
Fix scan-build issue: initialized value never read

Value stored to 'source' during its initialization is never read.

(cherry picked from commit 4c33277446704381300920db50a88c56c17e29a9)
lib/dns/master.c