From c771d3f81faf1dae40ed292bd15e823f7e873c6a Mon Sep 17 00:00:00 2001 From: okeeblow Date: Thu, 18 Oct 2018 05:07:26 -0700 Subject: [PATCH] Fix errant tabs in nic_dnsmadeeasy_update --- ddclient | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ddclient b/ddclient index af0ab26..97d4f46 100755 --- a/ddclient +++ b/ddclient @@ -4742,11 +4742,11 @@ sub nic_dnsmadeeasy_update { # Set the URL that we're going to to update my $url; - $url = $globals{'ssl'} ? "https://" : "http://"; + $url = $globals{'ssl'} ? "https://" : "http://"; $url .= $config{$h}{'server'}.$config{$h}{'script'}; - $url .= "?username=$config{$h}{'login'}"; + $url .= "?username=$config{$h}{'login'}"; $url .= "&password=$config{$h}{'password'}"; - $url .= "&ip=$ip"; + $url .= "&ip=$ip"; $url .= "&id=$h"; # Try to get URL