[Zodb-checkins] SVN: ZODB/branches/3.4/src/ZODB/component.xml Missed a socket address change.

Tim Peters tim.one at comcast.net
Thu May 19 21:01:39 EDT 2005


Log message for revision 30439:
  Missed a socket address change.
  

Changed:
  U   ZODB/branches/3.4/src/ZODB/component.xml

-=-
Modified: ZODB/branches/3.4/src/ZODB/component.xml
===================================================================
--- ZODB/branches/3.4/src/ZODB/component.xml	2005-05-20 00:59:14 UTC (rev 30438)
+++ ZODB/branches/3.4/src/ZODB/component.xml	2005-05-20 01:01:38 UTC (rev 30439)
@@ -64,7 +64,7 @@
 
   <sectiontype name="zeoclient" datatype=".ZEOClient"
                implements="ZODB.storage">
-    <multikey name="server" datatype="socket-address" required="yes"/>
+    <multikey name="server" datatype="socket-connection-address" required="yes"/>
     <key name="storage" default="1">
       <description>
         The name of the storage that the client wants to use.  If the



More information about the Zodb-checkins mailing list