mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove unneeded reference.
This commit is contained in:
parent
070343cbd0
commit
b676a6a9db
@ -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'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user