aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-09 17:54:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-09 17:54:00 +0000
commitfbabcf33175c34f52903e758ef7ecae664c1608f (patch)
tree2bf720c250518a06059f1d57dcde1a61f9a0947a /packages
parent505e21060c551b0e46308f95afebe9a1a3b93c49 (diff)
downloadpfsense-packages-fbabcf33175c34f52903e758ef7ecae664c1608f.tar.gz
pfsense-packages-fbabcf33175c34f52903e758ef7ecae664c1608f.tar.bz2
pfsense-packages-fbabcf33175c34f52903e758ef7ecae664c1608f.zip
Use xmlrpc method restore_config_section
Diffstat (limited to 'packages')
-rw-r--r--packages/snort/snort_xmlrpc_sync.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/snort/snort_xmlrpc_sync.php b/packages/snort/snort_xmlrpc_sync.php
index 1d88120f..aaef83a8 100644
--- a/packages/snort/snort_xmlrpc_sync.php
+++ b/packages/snort/snort_xmlrpc_sync.php
@@ -83,7 +83,7 @@ function snort_do_xmlrpc_sync() {
/* set a few variables needed for sync code borrowed from filter.inc */
$url = $synchronizetoip;
- $method = 'pfsense.merge_config_section';
+ $method = 'pfsense.restore_config_section';
/* Sync! */
log_error("Beginning Snort XMLRPC sync to {$url}:{$port}.");