summaryrefslogtreecommitdiffstats
path: root/etc/inc/dyndns.class
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-26 23:11:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-26 23:11:31 +0000
commit0ab25c64a8cdd5f95a51bd87f6101dc3c51b7fb8 (patch)
treeab3b5a93574943814090128aafcd0df916ba4c45 /etc/inc/dyndns.class
parente739d9a5278dec1d5d10077303247a29b7cbdaba (diff)
downloadpfsense-0ab25c64a8cdd5f95a51bd87f6101dc3c51b7fb8.zip
pfsense-0ab25c64a8cdd5f95a51bd87f6101dc3c51b7fb8.tar.gz
Correct properties
Submited-by: Ermal
Diffstat (limited to 'etc/inc/dyndns.class')
-rw-r--r--etc/inc/dyndns.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index eca7b15..19e5be8 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -246,7 +246,7 @@
$server = $this->_dnsServer;
if($this->_dnsPort)
$port = ":" . $this->_dnsPort;
- curl_setopt($ch, CURLOPT_URL, $server . $port . '?username=' . $this->_dnsUser . '&password=' . $this->_dnsPass . '&hostname=' . $this->_dnsHost.'&ip=' . $this->_dnsIP);
+ curl_setopt($ch, CURLOPT_URL, $server . $port . '?username=' . $this->_dnsUser . '&pass=' . $this->_dnsPass . '&hostname=' . $this->_dnsHost.'&ip=' . $this->_dnsIP);
$data = curl_exec($ch);
if (@curl_error($ch)) log_error("Curl error occurred: " . curl_error($ch));
curl_close($ch);
OpenPOWER on IntegriCloud