summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-09-10 19:34:20 +0200
committerErmal <eri@pfsense.org>2014-09-10 19:34:20 +0200
commited5fc7575d99cb1b657cca45fd5571f5102122d8 (patch)
tree21b5f6bce51aa7b7877e22a53a1c5e0335f68377
parent4881e5a999a9be1e1732267110152a5160f1727d (diff)
downloadpfsense-ed5fc7575d99cb1b657cca45fd5571f5102122d8.zip
pfsense-ed5fc7575d99cb1b657cca45fd5571f5102122d8.tar.gz
Return something meaningful until the widget is made to work correctly
-rw-r--r--etc/inc/ipsec.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index 11f648f..9b8781c 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -601,6 +601,9 @@ function ipsec_dump_sad()
* Return dump of mobile user list
*/
function ipsec_dump_mobile() {
+ /* XXX: Need to be fixed */
+ return array();
+
$command = "/usr/local/sbin/racoonctl show-users";
$fd = @popen($command, "r");
$mobile = array();
OpenPOWER on IntegriCloud