From 61577d29ae4a04e23a55839c7a0e17853bc3dae4 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 15 Jun 2024 19:35:57 -0400 Subject: [PATCH] njalla: Fix configuration change during update If the user enabled `quietreply`, it should not become false after the first update. Users might not notice a problem because I think ddclient re-reads the config file before every check. --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index c3fdded..7f20bdc 100755 --- a/ddclient.in +++ b/ddclient.in @@ -5247,7 +5247,7 @@ sub nic_njalla_update { # Read input params my $ipv4 = delete $config{$h}{'wantipv4'}; my $ipv6 = delete $config{$h}{'wantipv6'}; - my $quietreply = delete $config{$h}{'quietreply'}; + my $quietreply = $config{$h}{'quietreply'}; my $ip_output = ''; # Build url