[CalendarServer-changes] [11009] CalendarServer/branches/users/glyph/q-no-master/calendarserver/tap/ caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 7 22:21:45 PDT 2013


Revision: 11009
          http://trac.calendarserver.org//changeset/11009
Author:   glyph at apple.com
Date:     2013-04-07 22:21:45 -0700 (Sun, 07 Apr 2013)
Log Message:
-----------
Simple fix to make the simple test pass.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q-no-master/calendarserver/tap/caldav.py

Modified: CalendarServer/branches/users/glyph/q-no-master/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/branches/users/glyph/q-no-master/calendarserver/tap/caldav.py	2013-04-08 05:21:38 UTC (rev 11008)
+++ CalendarServer/branches/users/glyph/q-no-master/calendarserver/tap/caldav.py	2013-04-08 05:21:45 UTC (rev 11009)
@@ -1427,6 +1427,8 @@
             from twisted.internet import reactor
             pool = PeerConnectionPool(reactor, store.newTransaction,
                                       7654, schema)
+            store.queuer = pool
+
             controlSocket.addFactory(_QUEUE_ROUTE,
                                      pool.workerListenerFactory())
             # TODO: now that we have the shared control socket, we should get
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130407/e87e7d8d/attachment.html>


More information about the calendarserver-changes mailing list