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