From 65d247321363cb05c37f928c3c01eccbeab14ce3 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 24 Aug 2024 17:01:03 -0400 Subject: [PATCH] read_recap: Don't load `ip` from recap This should have been part of commit de5d894c914d6ff707e30db37d999a2d00496573 but I forgot. --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index b06f8c1..c907dc4 100755 --- a/ddclient.in +++ b/ddclient.in @@ -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