[CalendarServer-changes] [2128] CalendarServer/branches/users/cdaboo/server2server-2113/ twistedcaldav/schedule_common.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 5 08:58:10 PST 2008


Revision: 2128
          http://trac.macosforge.org/projects/calendarserver/changeset/2128
Author:   cdaboo at apple.com
Date:     2008-02-05 08:57:51 -0800 (Tue, 05 Feb 2008)

Log Message:
-----------
Fix last commit.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/schedule_common.py

Modified: CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/schedule_common.py
===================================================================
--- CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/schedule_common.py	2008-02-05 16:51:54 UTC (rev 2127)
+++ CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/schedule_common.py	2008-02-05 16:57:51 UTC (rev 2128)
@@ -771,7 +771,7 @@
                     
                     # Try pattern match next
                     for pattern in compare_with:
-                        if re.match(pattern, cuaddr) is not None:
+                        if re.match(pattern, host) is not None:
                             matched = True
                             break
                     else:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080205/3a0656b2/attachment.html


More information about the calendarserver-changes mailing list