]> 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>
Fri, 31 Jul 2020 00:01:36 +0000 (10:01 +1000)
commit1981fb1327044a8f34b5e15c38e7ece2907c5958
tree8b50c8a39ed69235710a21e7b6d024b6f593dc01
parent2fa1c95357f7f99d1b2b9c3172caf8c83061e27b
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].

(cherry picked from commit aca18b8b5ba5133c087fc9cbfc3901b6351bfaaf)
lib/isc/log.c