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:
wimpunk 2014-08-20 06:11:16 +00:00
parent 5495a18d19
commit 4721e3c5b1

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'});