noip: Remove unused attributes from group_hosts_by
arguments
This commit is contained in:
parent
1faa315794
commit
c8ee25ef82
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue