read_recap: Don't load ip from recap

This should have been part of commit
de5d894c91 but I forgot.
This commit is contained in:
Richard Hansen 2024-08-24 17:01:03 -04:00
parent ce1bcaa68b
commit 65d2473213

View file

@ -1646,7 +1646,7 @@ sub read_recap {
# different pieces of code need to know the list of status variables, and keeping them all
# in sync is error-prone (DRY). Also, different protocols might need different status
# variables.
for (qw(atime mtime wtime ip ipv4 ipv6 status-ipv4 status-ipv6
for (qw(atime mtime wtime ipv4 ipv6 status-ipv4 status-ipv6
warned-min-interval warned-min-error-interval)) {
# TODO: This is a no-op because `$config` is `\%recap`. I believe the original intent
# was to copy values that convey update status from `%recap` into `%config` so that