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:
parent
c4d05f035d
commit
6661ab337d
1 changed files with 0 additions and 4 deletions
4
ddclient
4
ddclient
|
@ -2603,10 +2603,6 @@ sub nic_noip_update {
|
||||||
$url .= "&myip=";
|
$url .= "&myip=";
|
||||||
$url .= $ip if $ip;
|
$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'});
|
my $reply = geturl(opt('proxy'), $url, $config{$h}{'login'}, $config{$h}{'password'});
|
||||||
if (!defined($reply) || !$reply) {
|
if (!defined($reply) || !$reply) {
|
||||||
failed("updating %s: Could not connect to %s.", $hosts, $config{$h}{'server'});
|
failed("updating %s: Could not connect to %s.", $hosts, $config{$h}{'server'});
|
||||||
|
|
Loading…
Reference in a new issue