Commit 90da6340 authored by Franco Fichtner's avatar Franco Fichtner

inc: typo in legacy_interface_stats()

parent 76e32398
...@@ -160,7 +160,7 @@ function legacy_interface_stats($ifs) ...@@ -160,7 +160,7 @@ function legacy_interface_stats($ifs)
return $stats; return $stats;
} }
if (count($count)) { if (count($out)) {
/* first one is header */ /* first one is header */
array_shift($out); array_shift($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