mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 03:49:45 +00:00
tools: repro: fix vm count calculation
This commit is contained in:
parent
c2907101f0
commit
d8ff00bacc
@ -49,7 +49,7 @@ func main() {
|
||||
Fatalf("%v", err)
|
||||
}
|
||||
vmCount := vmPool.Count()
|
||||
if *flagCount > 0 || *flagCount < vmCount {
|
||||
if *flagCount > 0 {
|
||||
vmCount = *flagCount
|
||||
}
|
||||
if vmCount > 4 {
|
||||
|
Loading…
Reference in New Issue
Block a user