summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-05 10:52:11 -0400
committerjim-p <jimp@pfsense.org>2010-10-05 10:52:11 -0400
commitb676a6a9dbfe04db77b6ae37bbb4ecbc2d48c003 (patch)
tree67b0013b1330814c8f65d146e141bef70f587845 /etc
parent070343cbd0f770c08305bc0b4ce557639991a5e4 (diff)
downloadpfsense-b676a6a9dbfe04db77b6ae37bbb4ecbc2d48c003.zip
pfsense-b676a6a9dbfe04db77b6ae37bbb4ecbc2d48c003.tar.gz
Remove unneeded reference.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index a49c4da..4462ebf 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1041,7 +1041,7 @@ function interface_ppps_configure($interface) {
if (!file_exists("{$g['varetc_path']}/mpd.script"))
mwexec("/bin/ln -s /usr/local/sbin/mpd.script {$g['varetc_path']}/.");
- $ifcfg = &$config['interfaces'][$interface];
+ $ifcfg = $config['interfaces'][$interface];
if (!isset($ifcfg['enable']))
return 0;
if (is_array($config['ppps']['ppp']) && count($config['ppps']['ppp'])) {
OpenPOWER on IntegriCloud