Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent undefined array reference error
Following error encountered when trying to print a latency summary, in a rare situation where all of the results were strikes: Can't use an undefined value as an ARRAY reference at sqm-autorate.pl line 1253. Prevent this error by checking that the valid ping array references are defined before trying to dereference them.
- Loading branch information