fix seclabel. see #7010

This commit is contained in:
Yann Leboulanger 2015-03-01 15:07:14 +01:00
parent 5a66b26b66
commit f2271ced53
1 changed files with 1 additions and 1 deletions

View File

@ -1621,7 +1621,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):