Skip to content
Snippets Groups Projects
Commit 4cf6eaa5 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix libvirt deconnect

parent 7cf612b6
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ class Handler(HostHandler):
# remove handlers related to libvirt
for handler in self.virt_handlers:
del self.rpc_handler[handler]
self.main.remove_handler[handler]
self.main.remove_handler(handler)
# launch connection timer
self.timer.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment