mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo in variable name, spotted by Phil Davis
This commit is contained in:
parent
8e24ffdd7a
commit
626ed2abdd
@ -622,7 +622,7 @@ function filter_generate_nested_alias($name, $alias, &$aliasnesting, &$aliasaddr
|
||||
if (is_alias($address)) {
|
||||
if (alias_get_type($address) == 'urltable') {
|
||||
// Feature#1603. For this type of alias we do not need to recursively call filter_generate_nested_alias. Just load IPs from the file.
|
||||
$urltable_netsting = alias_expand_urltable($address);
|
||||
$urltable_nesting = alias_expand_urltable($address);
|
||||
if (!empty($urltable_nesting)) {
|
||||
$urlfile_as_arr = file($urltable_nesting);
|
||||
foreach ($urlfile_as_arr as $line) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user