fix seclabel. see #7010
This commit is contained in:
		
							parent
							
								
									5a66b26b66
								
							
						
					
					
						commit
						f2271ced53
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue