diff options
Diffstat (limited to '')
-rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 2911178..f207746 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -405,6 +405,8 @@ APT.fill = function(results) | |||
405 | if nil == tests.URLSanity then tests.URLSanity = {errors = 0; warnings = 0} end | 405 | if nil == tests.URLSanity then tests.URLSanity = {errors = 0; warnings = 0} end |
406 | results[v] = tests | 406 | results[v] = tests |
407 | end | 407 | end |
408 | if nil == results.timeout then results.timeout = false end | ||
409 | if nil == results.speed then results.speed = {min = 0; max = 0} end | ||
408 | return results | 410 | return results |
409 | end | 411 | end |
410 | 412 | ||