diff options
author | Ermal <eri@pfsense.org> | 2014-09-10 19:34:20 +0200 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-09-10 19:34:20 +0200 |
commit | ed5fc7575d99cb1b657cca45fd5571f5102122d8 (patch) | |
tree | 21b5f6bce51aa7b7877e22a53a1c5e0335f68377 /etc | |
parent | 4881e5a999a9be1e1732267110152a5160f1727d (diff) | |
download | pfsense-ed5fc7575d99cb1b657cca45fd5571f5102122d8.zip pfsense-ed5fc7575d99cb1b657cca45fd5571f5102122d8.tar.gz |
Return something meaningful until the widget is made to work correctly
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/ipsec.inc | 3 |
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(); |