Revision 422c9598 trunk/Pithos.Core/Agents/SnapshotDifferencer.cs

b/trunk/Pithos.Core/Agents/SnapshotDifferencer.cs
37 37
        }
38 38
        public SnapshotDifferencer Post(IEnumerable<ObjectInfo> list)
39 39
        {
40
            return new SnapshotDifferencer(_current,list);
40
            _previous = _current;
41
            _current = list ?? new List<ObjectInfo>();
42
            return this;
41 43
        }
42 44
        
43 45
        public IEnumerable<ObjectInfo> Deleted

Also available in: Unified diff