mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct function call.
This commit is contained in:
parent
b88e05cb70
commit
9bfdc8eecd
@ -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' ||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user