Commit f1c28948 authored by Franco Fichtner's avatar Franco Fichtner

filter: fix a typo

parent 1e3b92e9
...@@ -910,7 +910,7 @@ function filter_generate_optcfg_array() ...@@ -910,7 +910,7 @@ function filter_generate_optcfg_array()
if (isset($oc['alias-subnet'])) { if (isset($oc['alias-subnet'])) {
$oic['alias-subnet'] = $oc['alias-subnet']; $oic['alias-subnet'] = $oc['alias-subnet'];
} else { } else {
$oc['alias-subnet'] = null; $oic['alias-subnet'] = null;
} }
if (isset($oc['gateway'])) { if (isset($oc['gateway'])) {
$oic['gateway'] = $oc['gateway']; $oic['gateway'] = $oc['gateway'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment