Skip to content
Snippets Groups Projects
Commit bda1d9cd authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix typo. Now caps are correctly reset when a contact goes offline. Fixes #4181

parent e33d88d2
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ class ConnectionCaps(object):
if not caps:
contact.caps_node = None
contact.caps_hash = None
contact.hash_method = None
contact.caps_hash_method = None
return
hash_method, node, hash = caps['hash'], caps['node'], caps['ver']
......
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