On Sat, Nov 07, 2015 at 03:59:00PM -0800, Cédric Bosdonnat wrote:
> ---
>  libvirt-sandbox/libvirt-sandbox-config.c | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/libvirt-sandbox/libvirt-sandbox-config.c 
> b/libvirt-sandbox/libvirt-sandbox-config.c
> index 55ee291..0ade178 100644
> --- a/libvirt-sandbox/libvirt-sandbox-config.c
> +++ b/libvirt-sandbox/libvirt-sandbox-config.c
> @@ -1381,11 +1381,8 @@ gboolean 
> gvir_sandbox_config_add_disk_opts(GVirSandboxConfig *config,
>                              _("Unknown disk image format: '%s'"), formatStr 
> + 7);
>                  return FALSE;
>          }
> -    }
> -    else {
> -        if ((format = gvir_sandbox_util_guess_image_format(source, error)) < 
> 0) {
> -           format = GVIR_CONFIG_DOMAIN_DISK_FORMAT_RAW;
> -        }
> +    } else if ((format = gvir_sandbox_util_guess_image_format(source, 
> error)) < 0) {
> +        format = GVIR_CONFIG_DOMAIN_DISK_FORMAT_RAW;
>      }

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to