[CalendarServer-changes] [1705] CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav /directory/appleopendirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 20 17:05:41 PDT 2007


Revision: 1705
          http://trac.macosforge.org/projects/calendarserver/changeset/1705
Author:   wsanchez at apple.com
Date:     2007-07-20 17:05:40 -0700 (Fri, 20 Jul 2007)

Log Message:
-----------
Pulled up r1696 from trunk.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/appleopendirectory.py

Modified: CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/appleopendirectory.py	2007-07-21 00:05:20 UTC (rev 1704)
+++ CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/appleopendirectory.py	2007-07-21 00:05:40 UTC (rev 1705)
@@ -553,7 +553,7 @@
             # Update one record, if found
             #
             assert len(records) == 1, "shortName = %r, records = %r" % (shortName, len(records))
-            self._records[recordType]["records"][shortName] = records[shortName]
+            self._records[recordType]["records"][shortName] = records[recordShortName]
 
 class OpenDirectoryRecord(DirectoryRecord):
     """

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070720/25c67729/attachment.html


More information about the calendarserver-changes mailing list