[CalendarServer-changes] [5338] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 17 11:27:13 PDT 2010


Revision: 5338
          http://trac.macosforge.org/projects/calendarserver/changeset/5338
Author:   wsanchez at apple.com
Date:     2010-03-17 11:27:12 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
arg needs to be a list

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2010-03-17 18:19:18 UTC (rev 5337)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2010-03-17 18:27:12 UTC (rev 5338)
@@ -569,7 +569,7 @@
                 redirectFactory.maxRequests = configDict.MaxRequests
                 redirectFactory.maxAccepts = configDict.MaxAccepts
 
-        config.addPostUpdateHooks(updateFactory)
+        config.addPostUpdateHooks((updateFactory,))
 
         if config.InheritFDs or config.InheritSSLFDs:
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100317/0991dcb3/attachment.html>


More information about the calendarserver-changes mailing list