diff --git a/twisted/plugins/frncrosslink.py b/twisted/plugins/frncrosslink.py index 237f52f..60906f5 100755 --- a/twisted/plugins/frncrosslink.py +++ b/twisted/plugins/frncrosslink.py @@ -60,7 +60,7 @@ class FRNCrosslinkClient(FRNClient): for server, port, u, factory in clients: cl = [] cl.append("%s@%s:%d" % (u.NT,server,port)) - role = factoy.connection.serverdata.get('al', None) + role = factory.connection.serverdata.get('al', None) if role in ['OK', 'ADMIN', 'OWNER']: for c in factory.connection.clients: ss = cStatus.get(c['s'], '?')