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

fix seclabel. see #7010

parent 929807d8
No related branches found
No related tags found
No related merge requests found
......@@ -1623,7 +1623,7 @@ ConnectionHandlersBase, ConnectionJingle, ConnectionIBBytestream):
def seclabel_catalogue_request(self, to, callback):
if to not in self.seclabel_catalogues:
self.seclabel_catalogues[to] = [[], None, None]
self.seclabel_catalogues[to] = [[], None, None, None]
self.seclabel_catalogues[to][0].append(callback)
def _rosterSetCB(self, con, iq_obj):
......
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