]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor the code that counts the last log version to keep
authorMark Andrews <marka@isc.org>
Mon, 20 Jul 2020 01:53:40 +0000 (11:53 +1000)
committerMark Andrews <marka@isc.org>
Thu, 30 Jul 2020 23:30:12 +0000 (09:30 +1000)
commitaca18b8b5ba5133c087fc9cbfc3901b6351bfaaf
treec17335f93ca1f2404187c85e1ee68122389d6d29
parentd9f862337a73ad4d9b5d3805f4701ca3ed891e28
Refactor the code that counts the last log version to keep

When silencing the Coverity warning in remove_old_tsversions(), the code
was refactored to reduce the indentation levels and break down the long
code into individual functions.  This improve fix for [GL #1989].
lib/isc/log.c