easydns: Include the full ILLEGAL INPUT result code in log messages

This commit is contained in:
Richard Hansen 2024-07-20 02:48:36 -04:00
parent a724084114
commit d8c74169ee

View file

@ -4793,7 +4793,7 @@ sub nic_easydns_update {
my %errors = ( my %errors = (
'NOACCESS' => 'Authentication failed. This happens if the username/password OR host or domain are wrong.', '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.', '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.', 'TOOSOON' => 'Update frequency is too short.',
); );
for my $h (@_) { for my $h (@_) {