fix NameError
authorTony Mack <tmack@cs.princeton.edu>
Tue, 6 Apr 2010 21:39:59 +0000 (21:39 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 6 Apr 2010 21:39:59 +0000 (21:39 +0000)
sfa/server/aggregate.py

index 0ecc01d..aecc3b6 100644 (file)
@@ -46,5 +46,5 @@ class Aggregates(Interfaces):
         local_aggregate = {'hrn': self.api.hrn, 'addr': address, 'port': port}
         self.interfaces.append(local_aggregate) 
         connections[self.api.hrn] = xmlrpcprotocol.get_server(url, self.api.key_file, self.api.cert_file)
-        return connetions
+        return connections