Ticket #942: nojid.patch
| File nojid.patch, 450 bytes (added by anonymous, 4 years ago) |
|---|
-
src/config.py
old new 2223 2223 break 2224 2224 iter_child = model.iter_next(iter_child) 2225 2225 if not iter_child: # If it is not we add it 2226 if 'jid' not in item: 2227 continue 2228 2226 2229 iter_child = model.append(iter, (name, item['jid'], node)) 2227 2230 self.agent_infos[item['jid'] + node] = {'identities': [item]} 2228 2231 else:
