aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vminfo/vminfo.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/vminfo/vminfo.go')
-rw-r--r--pkg/vminfo/vminfo.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/vminfo/vminfo.go b/pkg/vminfo/vminfo.go
index d2a728585..dee1924b5 100644
--- a/pkg/vminfo/vminfo.go
+++ b/pkg/vminfo/vminfo.go
@@ -103,8 +103,7 @@ func (checker *Checker) Run(files []*flatrpc.FileInfo, featureInfos []*flatrpc.F
map[*prog.Syscall]bool, map[*prog.Syscall]string, Features, error) {
ctx := checker.checkContext
checker.checkContext = nil
- ctx.start(files)
- return ctx.wait(featureInfos)
+ return ctx.do(files, featureInfos)
}
// Implementation of the queue.Source interface.