Ticket #942: nojid.patch

File nojid.patch, 450 bytes (added by anonymous, 4 years ago)
  • src/config.py

    old new  
    22232223                                        break 
    22242224                                iter_child = model.iter_next(iter_child) 
    22252225                        if not iter_child: # If it is not we add it 
     2226                                if 'jid' not in item: 
     2227                                        continue 
     2228 
    22262229                                iter_child = model.append(iter, (name, item['jid'], node)) 
    22272230                                self.agent_infos[item['jid'] + node] = {'identities': [item]} 
    22282231                        else: