Fixing bug #72: Account info revealed

Fixing bug #72: Account info revealed during noip update
More info on http://sourceforge.net/p/ddclient/bugs/72/
This commit is contained in:
Wim Vinckier 2014-09-09 09:14:17 +02:00
parent c4d05f035d
commit 6661ab337d

View file

@ -2603,10 +2603,6 @@ sub nic_noip_update {
$url .= "&myip=";
$url .= $ip if $ip;
print "here..." . $config{$h}{'login'} . " --> " . $config{$h}{'password'} . "\n";
my $reply = geturl(opt('proxy'), $url, $config{$h}{'login'}, $config{$h}{'password'});
if (!defined($reply) || !$reply) {
failed("updating %s: Could not connect to %s.", $hosts, $config{$h}{'server'});