CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/25 03:57:33
Modified files:
usr.sbin/vmd : vmm.c
Log message:
ifname in opentap() is not optional
The function argument is not checked at all and the only caller in config.c
always passes a buffer valid buffer.
Defer the error case's default value to the end to avoid rewriting in case
a node is opened.
Feedback and OK reyk
