read_recap: Don't load ip
from recap
This should have been part of commit
de5d894c91
but I forgot.
This commit is contained in:
parent
ce1bcaa68b
commit
65d2473213
1 changed files with 1 additions and 1 deletions
|
@ -1646,7 +1646,7 @@ sub read_recap {
|
||||||
# different pieces of code need to know the list of status variables, and keeping them all
|
# 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
|
# in sync is error-prone (DRY). Also, different protocols might need different status
|
||||||
# variables.
|
# 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)) {
|
warned-min-interval warned-min-error-interval)) {
|
||||||
# TODO: This is a no-op because `$config` is `\%recap`. I believe the original intent
|
# 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
|
# was to copy values that convey update status from `%recap` into `%config` so that
|
||||||
|
|
Loading…
Reference in a new issue