From 77225d8fd5b31e9dbde9577db4ce7aa4640d131d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 15 May 2007 00:25:40 +0000 Subject: Disable XMLRPC sync temporarily until Ticket #1318 can be fixed. --- packages/snort/snort_xmlrpc_sync.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/snort/snort_xmlrpc_sync.php') diff --git a/packages/snort/snort_xmlrpc_sync.php b/packages/snort/snort_xmlrpc_sync.php index aaef83a8..db8b3f3e 100644 --- a/packages/snort/snort_xmlrpc_sync.php +++ b/packages/snort/snort_xmlrpc_sync.php @@ -41,6 +41,9 @@ if(!$config) { } function snort_do_xmlrpc_sync() { + + return; /* need to fix the bug which whipes out carp sync settings, etc */ + global $config, $g; $syncxmlrpc = $config['installedpackages']['snort']['config'][0]['syncxmlrpc']; /* option enabled? */ -- cgit v1.2.3