Fix undefined-variable
This commit is contained in:
		
							parent
							
								
									4a9ba28a10
								
							
						
					
					
						commit
						26dda61555
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1788,7 +1788,7 @@ ConnectionHandlersBase, ConnectionJingle, ConnectionIBBytestream):
 | 
			
		|||
            return
 | 
			
		||||
 | 
			
		||||
        if result.getType() == 'result':
 | 
			
		||||
            data = msg.getTags('data', namespace=nbxmpp.NS_BOB)
 | 
			
		||||
            data = result.getTags('data', namespace=nbxmpp.NS_BOB)
 | 
			
		||||
            if data.getAttr('cid') == cid:
 | 
			
		||||
                for func in self.awaiting_cids[cid]:
 | 
			
		||||
                    cb = func[0]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue