CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/01 05:05:47
Modified files:
usr.sbin/vmd : vmm.c
Log message:
Remove extraneous call of vm_getbyvmid during pause event
The vm is already being assigned by a call in the if-condition.
