[Zope-Checkins] CVS: Zope/lib/python/ZServer - datatypes.py:1.1.2.8
Fred L. Drake, Jr.
fred@zope.com
Thu, 27 Feb 2003 14:12:03 -0500
Update of /cvs-repository/Zope/lib/python/ZServer
In directory cvs.zope.org:/tmp/cvs-serv29455
Modified Files:
Tag: new-install-branch
datatypes.py
Log Message:
Another bug caught by forthcoming unit tests.
=== Zope/lib/python/ZServer/datatypes.py 1.1.2.7 => 1.1.2.8 ===
--- Zope/lib/python/ZServer/datatypes.py:1.1.2.7 Thu Feb 27 13:31:45 2003
+++ Zope/lib/python/ZServer/datatypes.py Thu Feb 27 14:11:55 2003
@@ -115,7 +115,7 @@
path = None
else:
address = None
- path = section.address
+ path = section.address.address
ServerFactory.__init__(self, address)
self.path = path