CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/02/01 17:49:06
Modified files:
usr.sbin/ldomctl: ldomctl.c
Log message:
Fix MD in "ldomctl dump"
Commit below merged duplicate code into hv_config() but forgot to call the
helper function from dump().
Noticed by "ldomctl dump" returning zero, dumping both MD and PRI but
leaving the former empty, sorry.
revision 1.32
date: 2020/01/03 19:45:51; author: kn; state: Exp; lines: +69 -46;
Move code into new hv_config(), defer to commands needing it