summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-21 11:26:00 +0000
committerErmal <eri@pfsense.org>2012-11-21 11:26:00 +0000
commit14d079b39cc8d22d2f94a8cdb19eac75d99c1a68 (patch)
tree56e6c5f2754f03309acb47e1ff57e63eba06cd9c /etc/inc/interfaces.inc
parent04f357bc2ecd2059e3d7050450e8b28fe90c6d58 (diff)
downloadpfsense-14d079b39cc8d22d2f94a8cdb19eac75d99c1a68.zip
pfsense-14d079b39cc8d22d2f94a8cdb19eac75d99c1a68.tar.gz
Unset config var
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index c21a42d..7008982 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1687,6 +1687,7 @@ EOD;
// Write out mpd_ppp.conf
fwrite($fd, $mpdconf);
fclose($fd);
+ unset($mpdconf);
}
// Create the uptime log if requested and if it doesn't exist already, or delete it if it is no longer requested.
OpenPOWER on IntegriCloud