aboutsummaryrefslogtreecommitdiffstats
path: root/config/siproxd.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-11-26 11:29:39 -0500
committerjim-p <jimp@pfsense.org>2010-11-26 11:29:39 -0500
commit7af1159c01ef441f1a451df51ba23efdab64a623 (patch)
tree6ee390162fc9b5361ea494201d296f5f83938e72 /config/siproxd.xml
parent55845ffbb0d8665b104388630283432dceb54b68 (diff)
downloadpfsense-packages-7af1159c01ef441f1a451df51ba23efdab64a623.tar.gz
pfsense-packages-7af1159c01ef441f1a451df51ba23efdab64a623.tar.bz2
pfsense-packages-7af1159c01ef441f1a451df51ba23efdab64a623.zip
Make siproxd use its own settings rather than use $_POST directly. Add sync command to xml file - previously, siproxd was not being sync'd on boot, only on save from the GUI, could have caused numerous issues.
Diffstat (limited to 'config/siproxd.xml')
-rw-r--r--config/siproxd.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/siproxd.xml b/config/siproxd.xml
index f4e1bd0b..7feb4d0f 100644
--- a/config/siproxd.xml
+++ b/config/siproxd.xml
@@ -169,6 +169,7 @@
sync_package_siproxd();
</custom_add_php_command>
<custom_php_resync_config_command>
+ sync_package_siproxd();
</custom_php_resync_config_command>
<filter_rules_needed>siproxd_generate_rules</filter_rules_needed>
</packagegui>