]> 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 15:08:36 +0000 (15:08 +0000)
commit89c000f356277e7fc27ca3d86ca804da0249e38d
tree4d70ddc43a05be4bd33f964f4296002d9f2be787
parentd0096dbb72bf8bf76fbf4c5d5c9c73545bd32836
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