dyndns2: Add missing script
to group_hosts_by
attributes
This commit is contained in:
parent
161c623557
commit
39e3322fc0
1 changed files with 1 additions and 1 deletions
|
@ -4013,7 +4013,7 @@ EoEXAMPLE
|
|||
######################################################################
|
||||
sub nic_dyndns2_update {
|
||||
debug("\nnic_dyndns2_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 script static custom wildcard mx backupmx wantipv4 wantipv6)]);
|
||||
my %errors = (
|
||||
'badauth' => 'Bad authorization (username or password)',
|
||||
'badsys' => 'The system parameter given was not valid',
|
||||
|
|
Loading…
Reference in a new issue