[CalendarServer-changes] [105] CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/resource.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 7 08:16:22 PDT 2006


Revision: 105
Author:   cdaboo at apple.com
Date:     2006-09-07 08:16:20 -0700 (Thu, 07 Sep 2006)

Log Message:
-----------
Fix missing deferred.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/resource.py

Modified: CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/resource.py
===================================================================
--- CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/resource.py	2006-09-06 18:54:28 UTC (rev 104)
+++ CalendarServer/branches/users/cdaboo/acl-merge/twistedcaldav/resource.py	2006-09-07 15:16:20 UTC (rev 105)
@@ -140,7 +140,7 @@
             if name == "supported-calendar-component-set":
                 # CalDAV-access-09, section 5.2.3
                 if self.deadProperties().contains(qname):
-                    return self.deadProperties().get(qname)
+                    return succeed(self.deadProperties().get(qname))
                 return succeed(self.supportedCalendarComponentSet)
             elif name == "supported-calendar-data":
                 # CalDAV-access-09, section 5.2.4

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20060907/589ff4ee/attachment.html


More information about the calendarserver-changes mailing list