From db5877da527403c868331380fb40ec4adb21cd38 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 21 Jan 2020 17:39:57 +0100 Subject: [PATCH] hasync: HASync / XMLRPC remove legacy push on changes, closes https://github.com/opnsense/core/issues/3635 --- src/etc/inc/config.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/etc/inc/config.inc b/src/etc/inc/config.inc index eb2c81b33..fdd820a95 100644 --- a/src/etc/inc/config.inc +++ b/src/etc/inc/config.inc @@ -159,11 +159,6 @@ function write_config($desc = '', $backup = true) return -1; } - /* sync carp entries to other firewalls */ - if (isset($config['hasync']['synchronizetoip']) && trim($config['hasync']['synchronizetoip']) != "") { - configd_run('filter sync load'); - } - /* on succesfull save, serialize config back to global */ $config = $cnf->toArray(listtags());