# HG changeset patch # User Paul Boddie # Date 1411486342 -7200 # Node ID d59a3cba2e30d9590c61107d066198db74a2630e # Parent 800c6b929859f4727c6551e8d68c74ef3ab5bfab Change the old dtstamp flag to permit operations on current object versions. diff -r 800c6b929859 -r d59a3cba2e30 imip_agent.py --- a/imip_agent.py Tue Sep 23 17:30:15 2014 +0200 +++ b/imip_agent.py Tue Sep 23 17:32:22 2014 +0200 @@ -376,7 +376,7 @@ # If the request refers to an older version of the event, ignore # it. - old_dtstamp = self.dtstamp <= dtstamp + old_dtstamp = self.dtstamp < dtstamp if sequence is not None and ( int(self.sequence) < int(sequence) or