mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ensure this gets a set default value or things can break
This commit is contained in:
parent
a0d1a4678e
commit
f7c8f633b6
@ -2608,6 +2608,9 @@ function upgrade_077_to_078() {
|
||||
$radarr['server'] = $radsvr;
|
||||
$config['pptpd']['radius'] = $radarr;
|
||||
}
|
||||
if (is_array($config['pptpd'])) {
|
||||
$config['pptpd']['n_pptp_units'] = empty($config['pptpd']['n_pptp_units']) ? 16 : $config['pptpd']['n_pptp_units'];
|
||||
}
|
||||
}
|
||||
function upgrade_078_to_079() {
|
||||
global $g;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user