[CalendarServer-changes] [9068] CalendarServer/branches/users/glyph/ipv6-client/twext/internet/ adaptendpoint.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 11:44:56 PDT 2012


Revision: 9068
          http://trac.macosforge.org/projects/calendarserver/changeset/9068
Author:   glyph at apple.com
Date:     2012-04-13 11:44:56 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
oops

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/ipv6-client/twext/internet/adaptendpoint.py

Modified: CalendarServer/branches/users/glyph/ipv6-client/twext/internet/adaptendpoint.py
===================================================================
--- CalendarServer/branches/users/glyph/ipv6-client/twext/internet/adaptendpoint.py	2012-04-13 18:44:50 UTC (rev 9067)
+++ CalendarServer/branches/users/glyph/ipv6-client/twext/internet/adaptendpoint.py	2012-04-13 18:44:56 UTC (rev 9068)
@@ -104,7 +104,7 @@
 
 
     def startAttempt(self):
-        if self.wrapper._outstandingAttempt is not None:
+        if self._outstandingAttempt is not None:
             raise RuntimeError("connection already in progress")
         self.callStartedConnecting()
         d = self._outstandingAttempt = self.endpoint.connect(self)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120413/72e79fd0/attachment-0001.html>


More information about the calendarserver-changes mailing list