1
0
This commit is contained in:
2019-08-17 08:51:42 +00:00
parent 5ad41bc1c8
commit e0c0d3a072
4 changed files with 27 additions and 13 deletions

View File

@ -24,7 +24,7 @@ import (
"code.dumpstack.io/tools/out-of-tree/config"
)
var KERNELS_ALL int64 = math.MaxInt64
const KERNELS_ALL int64 = math.MaxInt64
func kernelListHandler(kcfg config.KernelConfig) (err error) {
if len(kcfg.Kernels) == 0 {