From c8ee25ef8275f304fc9d75b8a9e9253c33528a46 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 12 Jul 2024 17:46:21 -0400 Subject: [PATCH] noip: Remove unused attributes from `group_hosts_by` arguments --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 8db04fc..785cf12 100755 --- a/ddclient.in +++ b/ddclient.in @@ -4289,7 +4289,7 @@ sub dnsexit2_update_host { ###################################################################### sub nic_noip_update { debug("\nnic_noip_update -------------------"); - my %groups = group_hosts_by(\@_, [qw(login password server static custom wildcard mx backupmx wantipv4 wantipv6)]); + my %groups = group_hosts_by(\@_, [qw(login password server wantipv4 wantipv6)]); my %errors = ( 'badauth' => 'Invalid username or password', 'badagent' => 'Invalid user agent',