summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-03-25 20:32:56 +0000
committerErmal <eri@pfsense.org>2011-03-25 20:32:56 +0000
commit509e1202eb44b281f0fcbb295d1590331ba3b0d1 (patch)
treeea931c005644a2b0864945afb15b7a34698fc11a /etc
parent650b573bd8a435449178385a2d132f7f0002d309 (diff)
downloadpfsense-509e1202eb44b281f0fcbb295d1590331ba3b0d1.zip
pfsense-509e1202eb44b281f0fcbb295d1590331ba3b0d1.tar.gz
Correct log messages to not display port twice.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/voucher.inc4
-rw-r--r--etc/inc/xmlrpc_client.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/voucher.inc b/etc/inc/voucher.inc
index f4b5e1b..2d54f07 100644
--- a/etc/inc/voucher.inc
+++ b/etc/inc/voucher.inc
@@ -41,9 +41,9 @@ function xmlrpc_sync_voucher_disconnect($dbent, $syncip, $port, $password, $user
global $g, $config;
require_once("xmlrpc.inc");
if($port == "443")
- $url = "https://{$syncip}:{$port}";
+ $url = "https://{$syncip}";
else
- $url = "http://{$syncip}:{$port}";
+ $url = "http://{$syncip}";
/* Construct code that is run on remote machine */
$method = 'pfsense.exec_php';
diff --git a/etc/inc/xmlrpc_client.inc b/etc/inc/xmlrpc_client.inc
index a3b9cad..8b8a9a2 100644
--- a/etc/inc/xmlrpc_client.inc
+++ b/etc/inc/xmlrpc_client.inc
@@ -2077,4 +2077,4 @@ function XML_RPC_encode($php_val)
* End:
*/
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud