Revision bc27bb7e trunk/Pithos.Core/Agents/PollAgent.cs

b/trunk/Pithos.Core/Agents/PollAgent.cs
268 268
                                                                   StringComparison.InvariantCultureIgnoreCase)
269 269
                                            select info).ToList();
270 270

  
271
                        if (_firstPoll)
272
                            StatusKeeper.CleanupOrphanStates();
273
                        StatusKeeper.CleanupStaleStates(accountInfo, cleanRemotes);
274
                        
271 275
                        var differencer = _differencer.PostSnapshot(accountInfo, cleanRemotes);
272 276

  
273 277
                        var filterUris = SelectiveUris[accountInfo.AccountKey];

Also available in: Unified diff