summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-20 19:12:12 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-20 19:12:12 +0000
commit9bfdc8eecd3ab62e571fb40db7426bf2a995ef3e (patch)
tree2518637de794365f55c943349820a0926f437ca3
parentb88e05cb70631a5792356158f020765ba84e9e44 (diff)
downloadpfsense-9bfdc8eecd3ab62e571fb40db7426bf2a995ef3e.zip
pfsense-9bfdc8eecd3ab62e571fb40db7426bf2a995ef3e.tar.gz
Correct function call.
-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 75bc749..855b36b 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -121,7 +121,7 @@
$this->_dnsIP = get_current_wan_address($dnsIf);
$this->_debugID = rand(1000000, 9999999);
- if ($this->_detectChange($wan_ip) == FALSE) {
+ if ($this->_detectChange() == FALSE) {
$this->_error(10);
} else {
if ($this->_dnsService == 'dnsomatic' ||
OpenPOWER on IntegriCloud