From bb35b0d482680d905d0f171fe77b722e9e748cd3 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 19 Dec 2024 23:16:53 -0500 Subject: [PATCH] fixup! route53: Add support for Amazon AWS Route 53 whitespace fixes --- ddclient.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ddclient.in b/ddclient.in index e8d8573..f7a4736 100755 --- a/ddclient.in +++ b/ddclient.in @@ -1296,9 +1296,9 @@ our %protocols = ( }, ), 'route53' => ddclient::Protocol->new( - 'update' => \&nic_route53_update, - 'examples' => \&nic_route53_examples, - 'cfgvars' => { + 'update' => \&nic_route53_update, + 'examples' => \&nic_route53_examples, + 'cfgvars' => { # Pretty all of these are ignored, but to ensure compatbility placing this here %{$cfgvars{'protocol-common-defaults'}}, 'login' => undef,