[Zodb-checkins] CVS: StandaloneZODB/ZEO - StorageServer.py:1.21.4.17

Jeremy Hylton jeremy@zope.com
Tue, 8 Jan 2002 10:58:47 -0500


Update of /cvs-repository/StandaloneZODB/ZEO
In directory cvs.zope.org:/tmp/cvs-serv1945

Modified Files:
      Tag: ZEO-ZRPC-Dev
	StorageServer.py 
Log Message:
Make the newConnection factory return the connection.

This doesn't have much effect currently, except to make the log
message for new connections useful.


=== StandaloneZODB/ZEO/StorageServer.py 1.21.4.16 => 1.21.4.17 ===
         c = ManagedServerConnection(sock, addr, None, self)
         c.register_object(StorageProxy(self, c))
+        return c
         
     def register(self, storage_id, proxy):
         """Register a connection's use with a particular storage.