]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ignore errno returned from rewind() in the interface iterator
authorOndřej Surý <ondrej@isc.org>
Thu, 15 Aug 2024 07:12:18 +0000 (09:12 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 19 Aug 2024 09:46:07 +0000 (09:46 +0000)
commite707ee09465e7929b2b5e39d1aff46277c0fa676
treebe711e5d968bc7f090cb97603f9627298840b003
parent11add5e5208af8e5f3854fb8b5bd0c7dc15857c9
Ignore errno returned from rewind() in the interface iterator

The clang-scan 19 has reported that we are ignoring errno after the call
to rewind().  As we don't really care about the result, just silence the
error, the whole code will be removed in the development version anyway
as it is not needed.

(cherry picked from commit dda5ba53dfaa3926b16cf3c786ae2395ced89ca3)
lib/isc/interfaceiter.c