diff options
-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(); |