[CalendarServer-changes] [6689] CalendarServer/trunk/calendarserver/provision/root.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 13 11:30:16 PST 2010


Revision: 6689
          http://trac.macosforge.org/projects/calendarserver/changeset/6689
Author:   sagen at apple.com
Date:     2010-12-13 11:30:10 -0800 (Mon, 13 Dec 2010)
Log Message:
-----------
Move comment along with code

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/provision/root.py

Modified: CalendarServer/trunk/calendarserver/provision/root.py
===================================================================
--- CalendarServer/trunk/calendarserver/provision/root.py	2010-12-13 19:25:20 UTC (rev 6688)
+++ CalendarServer/trunk/calendarserver/provision/root.py	2010-12-13 19:30:10 UTC (rev 6689)
@@ -158,11 +158,11 @@
                 access = True
                 break
 
+        # Mark SACLs as having been checked so we can avoid doing it
+        # multiple times
         request.checkedSACL = True
 
         if access:
-            # Mark SACLs as having been checked so we can avoid doing it
-            # multiple times
             returnValue(True)
 
         log.info("User %r is not enabled with the %r SACL" % (username, saclServices,))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101213/dc0fb971/attachment.html>


More information about the calendarserver-changes mailing list