easydns: Include the full ILLEGAL INPUT
result code in log messages
This commit is contained in:
parent
a724084114
commit
d8c74169ee
1 changed files with 1 additions and 1 deletions
|
@ -4793,7 +4793,7 @@ sub nic_easydns_update {
|
|||
my %errors = (
|
||||
'NOACCESS' => 'Authentication failed. This happens if the username/password OR host or domain are wrong.',
|
||||
'NOSERVICE' => 'Dynamic DNS is not turned on for this domain.',
|
||||
'ILLEGAL' => 'Client sent data that is not allowed in a dynamic DNS update.',
|
||||
'ILLEGAL INPUT' => 'Client sent data that is not allowed in a dynamic DNS update.',
|
||||
'TOOSOON' => 'Update frequency is too short.',
|
||||
);
|
||||
for my $h (@_) {
|
||||
|
|
Loading…
Reference in a new issue