summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-13 18:00:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-13 18:00:16 +0000
commit01cefb7e2f4f68a9ea2f56b04b363a84c3828240 (patch)
tree96eed60d2f17b224fbd3dca12400807b156e540e /etc/inc
parent9ff155f00e90ea2a5ca0f2150fd6351215d7abc5 (diff)
downloadpfsense-01cefb7e2f4f68a9ea2f56b04b363a84c3828240.zip
pfsense-01cefb7e2f4f68a9ea2f56b04b363a84c3828240.tar.gz
Do not set port = "80" in function decleration.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index b18f8f7..c63de15 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2337,7 +2337,7 @@ function process_carp_rules() {
return $lines;
}
-function carp_sync_xml($url, $password, $section, $section_xml, $method = 'pfsense.restore_config_section', $port = "80") {
+function carp_sync_xml($url, $password, $section, $section_xml, $method = 'pfsense.restore_config_section', $port) {
global $config;
$params = array(new XML_RPC_Value($password, 'string'),
new XML_RPC_Value($section, 'array'),
OpenPOWER on IntegriCloud