summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-11-29 15:27:33 -0500
committersullrich <sullrich@pfsense.org>2009-11-29 15:27:48 -0500
commitf8cc63e75d8b622a16896b197494ac210cf7ba36 (patch)
tree4d6736d8081462c3e6219d068c955150fa322f7b
parent04967d99881c9a3bcf0b344ab5903128e455be79 (diff)
downloadpfsense-f8cc63e75d8b622a16896b197494ac210cf7ba36.zip
pfsense-f8cc63e75d8b622a16896b197494ac210cf7ba36.tar.gz
Revert commit and change back to dnsIf Ticket #68
-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 3ca641e..4055f22 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -119,7 +119,7 @@
$this->_dnsWildcard = $dnsWildcard;
$this->_dnsMX = $dnsMX;
$this->_if = get_real_interface($dnsIf);
- $this->_dnsIP = get_interface_ip($this->_if);
+ $this->_dnsIP = get_interface_ip($dnsIf);
// Ensure that we where able to lookup the IP
if(!$this->_dnsIP)
OpenPOWER on IntegriCloud