From be9e305e737160b0a7db5337c10b5dc4e85103de Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 28 Jun 2024 04:10:33 -0400 Subject: [PATCH] Fix definition of `wtime` variable --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 6381757..c6d22d0 100755 --- a/ddclient.in +++ b/ddclient.in @@ -668,7 +668,7 @@ my %variables = ( # Timestamp (seconds since epoch) indicating the earliest time the next update is # permitted. # TODO: Create a timestamp type and change this to that type. - 'wtime' => setv(T_DELAY, 0, 1, 0, interval('30s')), + 'wtime' => setv(T_NUMBER,0, 1, undef, undef), # Timestamp (seconds since epoch) indicating when an IP address was last sent to the DDNS # service, even if the IP address was not different from what was already stored. # TODO: Create a timestamp type and change this to that type.