Fix: update cache if a process was found (#850)

This commit is contained in:
gVisor bot 2020-07-30 17:15:06 +08:00
parent 20983b0703
commit 70732f222b

View file

@ -39,6 +39,8 @@ func (ps *Process) Match(metadata *C.Metadata) bool {
return false
}
processCache.Set(key, name)
cached = name
}