From 4721e3c5b1543cccb5be9917ff8924ef8578e249 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Wed, 20 Aug 2014 06:11:16 +0000 Subject: [PATCH] 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 --- ddclient | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ddclient b/ddclient index 910b52b..4842212 100755 --- a/ddclient +++ b/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'});