[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - smac.py:1.37.12.2

Jeremy Hylton jeremy at zope.com
Fri May 30 12:50:22 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv25371

Modified Files:
      Tag: ZODB3-auth-branch
	smac.py 
Log Message:
Initialize expect_mac on all paths.


=== ZODB3/ZEO/zrpc/smac.py 1.37.12.1 => 1.37.12.2 ===
--- ZODB3/ZEO/zrpc/smac.py:1.37.12.1	Wed May 28 14:37:31 2003
+++ ZODB3/ZEO/zrpc/smac.py	Fri May 30 11:50:21 2003
@@ -147,6 +147,7 @@
                 inp = "".join(inp)
 
             offset = 0
+            expect_mac = 0
             while (offset + msg_size) <= input_len:
                 msg = inp[offset:offset + msg_size]
                 offset = offset + msg_size




More information about the Zodb-checkins mailing list