wni: changed qrexec agent path environment variable name

This commit is contained in:
Rafał Wojdyła 2013-11-11 22:12:27 +01:00 committed by Marek Marczykowski-Górecki
parent f91d6e93f6
commit 7e8978d278

View File

@ -51,7 +51,7 @@ class QubesWniVmStorage(QubesVmStorage):
# Pass paths for WNI libvirt driver
os.putenv("WNI_DRIVER_QUBESDB_PATH", system_path['qubesdb_daemon_path'])
os.putenv("WNI_DRIVER_QREXEC_PATH", system_path['qrexec_agent_path'])
os.putenv("WNI_DRIVER_QREXEC_AGENT_PATH", system_path['qrexec_agent_path'])
def _get_username(self, vmname = None):
if vmname is None: