[libvirt] [PATCH v2 04/12] Remove redundant parameter to virBhyveProcessStart()

Daniel P. Berrangé berrange at redhat.com
Fri Jan 3 14:27:37 UTC 2020


On Thu, Jan 02, 2020 at 05:46:27PM +0000, Ryan Moeller wrote:
> Signed-off-by: Ryan Moeller <ryan at iXsystems.com>
> ---
>  src/bhyve/bhyve_driver.c  |  6 +++---
>  src/bhyve/bhyve_process.c | 16 +++++++---------
>  src/bhyve/bhyve_process.h |  1 -
>  3 files changed, 10 insertions(+), 13 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>

> @@ -140,19 +138,19 @@ virBhyveProcessStart(virConnectPtr conn,
>          goto cleanup;
>      }
>  
> -    VIR_FREE(privconn->pidfile);
> -    if (!(privconn->pidfile = virPidFileBuildPath(BHYVE_STATE_DIR,
> +    VIR_FREE(driver->pidfile);
> +    if (!(driver->pidfile = virPidFileBuildPath(BHYVE_STATE_DIR,
>                                                    vm->def->name))) {

Indent is off here.


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list