[CalendarServer-changes] [9688] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:55:55 PDT 2012


Revision: 9688
          http://trac.macosforge.org/projects/calendarserver/changeset/9688
Author:   glyph at apple.com
Date:     2012-08-11 01:55:55 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
oops don't include current node in connection list

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py	2012-08-11 08:55:54 UTC (rev 9687)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py	2012-08-11 08:55:55 UTC (rev 9688)
@@ -1097,7 +1097,6 @@
                     txn, hostname=self.hostname, port=self.ampPort,
                     pid=self.pid, time=datetime.now()
                 )
-                nodes.append(self.thisProcess)
             for node in nodes:
                 self._startConnectingTo(node)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/e9c8d7dc/attachment.html>


More information about the calendarserver-changes mailing list