[CalendarServer-changes] [3807] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 10 15:23:08 PDT 2009


Revision: 3807
          http://trac.macosforge.org/projects/calendarserver/changeset/3807
Author:   sagen at apple.com
Date:     2009-03-10 15:23:08 -0700 (Tue, 10 Mar 2009)
Log Message:
-----------
Fixing a typo

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2009-03-10 19:53:15 UTC (rev 3806)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2009-03-10 22:23:08 UTC (rev 3807)
@@ -282,7 +282,7 @@
                 uid = -1
 
             if groupname:
-                gid = getgrnam(groupname).pw_uid
+                gid = getgrnam(groupname).gr_gid
             else:
                 gid = -1
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090310/64d5f61c/attachment.html>


More information about the calendarserver-changes mailing list