[CalendarServer-changes] [5506] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ metafd.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 21 18:25:27 PDT 2010


Revision: 5506
          http://trac.macosforge.org/projects/calendarserver/changeset/5506
Author:   glyph at apple.com
Date:     2010-04-21 18:25:26 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
Oops, wrong attribute name for deployment.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/metafd.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/metafd.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/metafd.py	2010-04-22 01:15:11 UTC (rev 5505)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/metafd.py	2010-04-22 01:25:26 UTC (rev 5506)
@@ -197,7 +197,7 @@
             # listening again.
             if result < previousStatus:
                 for f in self.factories:
-                    f.myServer.myPort.startReading()
+                    f.serverService._port.startReading()
         else:
             # '+' is just an acknowledgement of newConnectionStatus, so we can
             # ignore it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100421/bc17c4dd/attachment.html>


More information about the calendarserver-changes mailing list