summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-14 12:34:34 +0000
committerErmal <eri@pfsense.org>2014-04-14 12:34:34 +0000
commitb13567f04d95570f56066d899e7d9fbaaeb3da86 (patch)
treee0cc7023865e537bf5421280c65cc74e1add589f /etc
parent2154560df2faea920f8fc01f2efea0b5dd07979f (diff)
downloadpfsense-b13567f04d95570f56066d899e7d9fbaaeb3da86.zip
pfsense-b13567f04d95570f56066d899e7d9fbaaeb3da86.tar.gz
Unset also here
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/authgui.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index bff5e78..11d4d45 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -195,6 +195,8 @@ foreach ($FilterIflist as $iflist) {
if($iflist['ipv6'] == $http_host)
$local_ip = true;
}
+unset($FilterIflist);
+
if($config['virtualip']) {
if($config['virtualip']['vip']) {
foreach($config['virtualip']['vip'] as $vip) {
OpenPOWER on IntegriCloud