Subject: connect: Fix connecting to lxc:/// URI From: Cole Robinson crobinso@redhat.com Mon Feb 17 10:22:24 2014 -0500 Date: Mon Feb 17 10:22:24 2014 -0500: Git: 0169042c1ee45fed779fc106476fc98265236651 diff --git a/virtManager/connect.py b/virtManager/connect.py index 7cd4da7..1247d75 100644 --- a/virtManager/connect.py +++ b/virtManager/connect.py @@ -364,7 +364,7 @@ class vmmConnect(vmmGObjectUI): hvstr = "" if hv == HV_XEN: hvstr = "xen" - elif hv == HV_QEMU or HV_QEMU_SESSION: + elif hv == HV_QEMU or hv == HV_QEMU_SESSION: hvstr = "qemu" else: hvstr = "lxc"