[CalendarServer-changes] [5692] CalendarServer/branches/new-store/txdav/propertystore/xattr.py

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 6 01:11:45 PDT 2010


Revision: 5692
          http://trac.macosforge.org/projects/calendarserver/changeset/5692
Author:   glyph at apple.com
Date:     2010-06-06 01:11:42 -0700 (Sun, 06 Jun 2010)
Log Message:
-----------
mimic old behavior more closely

Modified Paths:
--------------
    CalendarServer/branches/new-store/txdav/propertystore/xattr.py

Modified: CalendarServer/branches/new-store/txdav/propertystore/xattr.py
===================================================================
--- CalendarServer/branches/new-store/txdav/propertystore/xattr.py	2010-06-06 07:41:16 UTC (rev 5691)
+++ CalendarServer/branches/new-store/txdav/propertystore/xattr.py	2010-06-06 08:11:42 UTC (rev 5692)
@@ -68,7 +68,7 @@
 
     # Linux seems to require that attribute names use a "user." prefix.
     if sys.platform == "linux2":
-        deadPropertyXattrPrefix = "user.%s" % (deadPropertyXattrPrefix,)
+        deadPropertyXattrPrefix = "user."
 
     @classmethod
     def _encodeKey(cls, name):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100606/0e246348/attachment.html>


More information about the calendarserver-changes mailing list