Commit b17d74fa authored by Franco Fichtner's avatar Franco Fichtner

interfaces: fix typo in previous

parent 4e8debf8
......@@ -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)) {
......
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