]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix minor issues reported by Coverity
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 May 2019 09:04:23 +0000 (11:04 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 May 2019 09:04:23 +0000 (11:04 +0200)
commit33d01bbdc7a5dfa934223c0cadae72988a5de8bd
tree6f5be5841b7794d92217937182897436ae4c2802
parent9b8a3ae04d2197d91e30c0f42e8566929fc2bc3e
dnsdist: Fix minor issues reported by Coverity

One useless test due to the condition being always true,
and one uncatched exception if we ever try to get the handle of a
non-established TCP connection which should never happen.
pdns/dnsdist-tcp.cc
pdns/dnsdist.cc