inc: typo in legacy_interface_stats()

This commit is contained in:
Franco Fichtner 2015-05-07 14:29:26 +02:00
parent 76e323986d
commit 90da6340ef

View File

@ -160,7 +160,7 @@ function legacy_interface_stats($ifs)
return $stats;
}
if (count($count)) {
if (count($out)) {
/* first one is header */
array_shift($out);