Re: [PATCH 05/16] Eliminate rc variable

2020-02-23 Thread Ján Tomko
On Sat, Feb 22, 2020 at 01:38:44AM -0500, Ryan Moeller wrote: Signed-off-by: Ryan Moeller --- src/bhyve/bhyve_monitor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Ján Tomko Jano signature.asc Description: PGP signature

[PATCH 05/16] Eliminate rc variable

2020-02-21 Thread Ryan Moeller
Signed-off-by: Ryan Moeller --- src/bhyve/bhyve_monitor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bhyve/bhyve_monitor.c b/src/bhyve/bhyve_monitor.c index b9ad4520d9..0e55e19772 100644 --- a/src/bhyve/bhyve_monitor.c +++ b/src/bhyve/bhyve_monitor.c @@ -130,7 +130