CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/22 15:51:45
Modified files:
usr.sbin/vmd : vmm.c
Log message:
Don't attempt to call vm_remove() with a NULL vm: some functions like
config_getvm() already removed the vm on failure!
Found by mlarkin@
