Fixing bug #72: Account info revealed during noip update
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@166 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
5495a18d19
commit
4721e3c5b1
1 changed files with 0 additions and 4 deletions
4
ddclient
4
ddclient
|
@ -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'});
|
||||
|
|
Loading…
Reference in a new issue