summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-12-22 14:28:18 +0000
committerErmal Luçi <eri@pfsense.org>2009-12-22 14:28:18 +0000
commite90442394fa8ce1b7956e7c3cb36b50623f46aa6 (patch)
tree14a19b19891830979a4b3ad4f4baed0118c0d957 /etc
parent641bf139c1738bac3ff8d210f90f38cb6c78a1c8 (diff)
downloadpfsense-e90442394fa8ce1b7956e7c3cb36b50623f46aa6.zip
pfsense-e90442394fa8ce1b7956e7c3cb36b50623f46aa6.tar.gz
Correct variable typos.
Diffstat (limited to 'etc')
-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 79c9bae..7300fc9 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -167,7 +167,7 @@
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_USERAGENT, $this->_UserAgent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
- curl_setopt($ip_ch, CURLOPT_INTERFACE, $this->dnsIP);
+ curl_setopt($ch, CURLOPT_INTERFACE, $this->_dnsIP);
}
switch ($this->_dnsService) {
OpenPOWER on IntegriCloud