Commit 220b5ca0 authored by Jeremy Hylton's avatar Jeremy Hylton

Fix argument name.

parent 1dca75e6
......@@ -196,7 +196,7 @@ class ZEOServer:
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):
......
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