Revision
1587
Author
dreid@apple.com
Date
2007-06-06 08:33:14 -0700 (Wed, 06 Jun 2007)

Log Message

Actually restat the file.

Modified Paths

Diff

Modified: CalendarServer/trunk/twistedcaldav/directory/xmlfile.py (1586 => 1587)


--- CalendarServer/trunk/twistedcaldav/directory/xmlfile.py	2007-06-06 15:20:06 UTC (rev 1586)
+++ CalendarServer/trunk/twistedcaldav/directory/xmlfile.py	2007-06-06 15:33:14 UTC (rev 1587)
@@ -87,7 +87,7 @@
              yield entry.shortName, entry
 
     def _accounts(self):
-#        self.xmlFile.restat()
+        self.xmlFile.restat()
         fileInfo = (self.xmlFile.getmtime(), self.xmlFile.getsize())
         if fileInfo != self._fileInfo:
             parser = XMLAccountsParser(self.xmlFile)