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

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 19 10:26:34 PDT 2013


Revision: 11068
          http://trac.calendarserver.org//changeset/11068
Author:   sagen at apple.com
Date:     2013-04-19 10:26:34 -0700 (Fri, 19 Apr 2013)
Log Message:
-----------
Fix call to storageService

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

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2013-04-19 15:55:02 UTC (rev 11067)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2013-04-19 17:26:34 UTC (rev 11068)
@@ -1418,7 +1418,7 @@
 
             return multi
 
-        ssvc = self.storageService(spawnerSvcCreator, uid, gid)
+        ssvc = self.storageService(spawnerSvcCreator, None, uid, gid)
         ssvc.setServiceParent(s)
         return s
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130419/ab683338/attachment.html>


More information about the calendarserver-changes mailing list