[Zope-Checkins] CVS: ZODB3/ZEO - runzeo.py:1.17

Jeremy Hylton jeremy at zope.com
Mon Oct 6 20:25:05 EDT 2003


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

Modified Files:
	runzeo.py 
Log Message:
Fix argument name.


=== ZODB3/ZEO/runzeo.py 1.16 => 1.17 ===
--- ZODB3/ZEO/runzeo.py:1.16	Mon Jul 14 23:35:18 2003
+++ ZODB3/ZEO/runzeo.py	Mon Oct  6 20:25:04 2003
@@ -196,7 +196,7 @@
             transaction_timeout=self.options.transaction_timeout,
             monitor_address=self.options.monitor_address,
             auth_protocol=self.options.auth_protocol,
-            auth_filename=self.options.auth_database,  # XXX option spelling
+            auth_database=self.options.auth_database,  # XXX option spelling
             auth_realm=self.options.auth_realm)
 
     def loop_forever(self):




More information about the Zope-Checkins mailing list