Merge pull request #3215 from PiBa-NL/xmlrpc-loopback

This commit is contained in:
jim-p 2016-11-09 08:08:08 -05:00
commit b8b0fab1a4

View File

@ -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;
}
}