[CalendarServer-changes] [8846] CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav /directory/opendirectorybacker.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 12 21:52:09 PDT 2012


Revision: 8846
          http://trac.macosforge.org/projects/calendarserver/changeset/8846
Author:   gaya at apple.com
Date:     2012-03-12 21:52:06 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
fix im type

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav/directory/opendirectorybacker.py

Modified: CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav/directory/opendirectorybacker.py
===================================================================
--- CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav/directory/opendirectorybacker.py	2012-03-13 03:59:12 UTC (rev 8845)
+++ CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav/directory/opendirectorybacker.py	2012-03-13 04:52:06 UTC (rev 8846)
@@ -1182,6 +1182,7 @@
                             splitValue = attrValue.split("|")
                             if len (splitValue) > 1:
                                 attrValue = splitValue[0]
+                                defaultLabel = splitValue[1]
 
                         colonIndex = attrValue.find(":")
                         if (colonIndex > len(attrValue)-2):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120312/a5e0c295/attachment.html>


More information about the calendarserver-changes mailing list