Commit d08f2f7c authored by Jim Fulton's avatar Jim Fulton

Added missing text.

parent 5b81d251
...@@ -39,9 +39,10 @@ args ...@@ -39,9 +39,10 @@ args
After making a connection and negotiating the protocol, the following After making a connection and negotiating the protocol, the following
interactions occur: interactions occur:
- The client requests the athentication protocol by calling . For this - The client requests the athentication protocol by calling
discussion, we'll assume the server returns None. Note that if the getAuthProtocol. For this discussion, we'll assume the server
server doesn't require authentication, this step is optional. 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 - The client calls register passing a storage identifier and a
read-only flag. The server doesn't return a value, but it may raise read-only flag. The server doesn't return a value, but it may raise
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment