mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3215 from PiBa-NL/xmlrpc-loopback
This commit is contained in:
commit
b8b0fab1a4
@ -111,7 +111,7 @@ class pfsense_xmlrpc_server {
|
||||
|
||||
/* grab sync to ip if enabled */
|
||||
if (isset($config['hasync']['synchronizetoip']) &&
|
||||
$config['hasync']['synchronizetoip'] == $remote_addr) {
|
||||
$config['hasync']['synchronizetoip'] == $this->remote_addr) {
|
||||
$this->loop_detected = true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user