On Thu, Aug 27, 2015 at 12:52 PM,  <marcandre.lur...@redhat.com> wrote:
> +    success = success && status == 0 && g_strcmp0(virt_what, virt);

this is now:
g_strcmp0(g_strstrip(virt_what), virt) == 0

-- 
Marc-André Lureau

Reply via email to