diff options
author | Ermal <eri@pfsense.org> | 2013-03-19 11:55:34 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2013-03-19 11:55:34 +0000 |
commit | f7f277802413444bb6c9ab1b7c6d5e29ec1edebf (patch) | |
tree | 26d830cb1a4aa889cda3777d2bc67bc0623f7b46 | |
parent | c55a0f0c529fbf5008fa856e378a784666b91700 (diff) | |
download | pfsense-f7f277802413444bb6c9ab1b7c6d5e29ec1edebf.zip pfsense-f7f277802413444bb6c9ab1b7c6d5e29ec1edebf.tar.gz |
Remove not used call
-rw-r--r-- | etc/inc/interfaces.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 381fe06..736dade 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -4430,7 +4430,6 @@ function find_interface_subnetv6($interface, $flush = false) $foundv6 = false; if (!isset($interface_snv6_arr_cache[$interface]) or $flush) { - $ifinfo = pfSense_get_interface_addresses($interface); // FIXME: Add IPv6 support to the pfSense module unset($output); exec("/sbin/ifconfig {$interface} inet6", $output); |