[CalendarServer-changes] [2889] CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/ mail.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 27 08:57:19 PDT 2008


Revision: 2889
          http://trac.macosforge.org/projects/calendarserver/changeset/2889
Author:   sagen at apple.com
Date:     2008-08-27 08:57:19 -0700 (Wed, 27 Aug 2008)
Log Message:
-----------
Return the right response after processing /inbox POST

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/mail.py

Modified: CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/mail.py
===================================================================
--- CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/mail.py	2008-08-27 15:50:45 UTC (rev 2888)
+++ CalendarServer/branches/users/sagen/mailgateway-2881/twistedcaldav/mail.py	2008-08-27 15:57:19 UTC (rev 2889)
@@ -216,8 +216,8 @@
         scheduler = IMIPScheduler(request, self)
 
         # Do the POST processing treating this as a non-local schedule
-        response = (yield scheduler.doSchedulingViaPOST())
-        returnValue(response)
+        result = (yield scheduler.doSchedulingViaPOST())
+        returnValue(result.response())
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080827/bc3265a8/attachment.html 


More information about the calendarserver-changes mailing list