mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
interfaces: fix typo in previous
This commit is contained in:
parent
4e8debf8f3
commit
b17d74faba
@ -268,7 +268,7 @@ function legacy_getall_interface_addresses($ifs)
|
||||
exec($cmd . ' 2>&1', $out, $ret);
|
||||
if ($ret) {
|
||||
log_error('The command `' . $cmd . '\' failed to execute');
|
||||
return $stats;
|
||||
return $addrs;
|
||||
}
|
||||
|
||||
if (count($out)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user