core: force QubesDB reconnection on VM start
This commit is contained in:
parent
49141d444e
commit
34f7ddd41e
@ -1760,6 +1760,9 @@ class QubesVm(object):
|
||||
except IOError: # ENOENT (pidfile)
|
||||
pass
|
||||
|
||||
# force connection to a new daemon
|
||||
self._qdb_connection = None
|
||||
|
||||
retcode = subprocess.call ([
|
||||
system_path["qubesdb_daemon_path"],
|
||||
str(self.xid),
|
||||
|
Loading…
Reference in New Issue
Block a user