[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/protocol.txt Added missing text.

Jim Fulton jim at zope.com
Tue Jul 28 16:52:36 EDT 2009


Log message for revision 102360:
  Added missing text.
  

Changed:
  U   ZODB/trunk/src/ZEO/protocol.txt

-=-
Modified: ZODB/trunk/src/ZEO/protocol.txt
===================================================================
--- ZODB/trunk/src/ZEO/protocol.txt	2009-07-28 20:07:30 UTC (rev 102359)
+++ ZODB/trunk/src/ZEO/protocol.txt	2009-07-28 20:52:36 UTC (rev 102360)
@@ -39,9 +39,10 @@
 After making a connection and negotiating the protocol, the following
 interactions occur:
 
-- The client requests the athentication protocol by calling .  For this
-  discussion, we'll assume the server returns None. Note that if the
-  server doesn't require authentication, this step is optional.
+- The client requests the athentication protocol by calling
+  getAuthProtocol.  For this discussion, we'll assume the server
+  returns None. Note that if the server doesn't require
+  authentication, this step is optional.
 
 - The client calls register passing a storage identifier and a
   read-only flag.  The server doesn't return a value, but it may raise



More information about the Zodb-checkins mailing list