[CalendarServer-changes] [5880] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ sendfdport.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 13 11:34:20 PDT 2010


Revision: 5880
          http://trac.macosforge.org/projects/calendarserver/changeset/5880
Author:   glyph at apple.com
Date:     2010-07-13 11:34:19 -0700 (Tue, 13 Jul 2010)
Log Message:
-----------
correct name

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

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/sendfdport.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/sendfdport.py	2010-07-13 18:20:08 UTC (rev 5879)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/sendfdport.py	2010-07-13 18:34:19 UTC (rev 5880)
@@ -297,7 +297,7 @@
                 except:
                     peeraddr = ('0.0.0.0', 0)
                 protocol = self.protocolFactory.buildProtocol(peeraddr)
-                transport = self.transportFactory(addr, skt, description, protocol)
+                transport = self.transportFactory(peeraddr, skt, description, protocol)
                 protocol.makeConnection(transport)
             except:
                 log.err()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100713/51f9d831/attachment-0001.html>


More information about the calendarserver-changes mailing list