mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ticket #1545. Ooops pass parameter so the dyndns works correctly. Pointy-hat: Copy/pasto
This commit is contained in:
parent
7401c8c451
commit
dd28abbd84
@ -408,7 +408,7 @@
|
||||
* Private Function (added 12 July 2005) [beta]
|
||||
* Retrieve Update Status
|
||||
*/
|
||||
function _checkStatus($data) {
|
||||
function _checkStatus($ch, $data) {
|
||||
log_error("DynDns: DynDns _checkStatus() starting.");
|
||||
log_error("DynDns: Current Service: {$this->_dnsService}");
|
||||
$successful_update = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user