Revision 8a84d039 trunk/Pithos.Core/Agents/NetworkAgent.cs

b/trunk/Pithos.Core/Agents/NetworkAgent.cs
628 628
            Contract.EndContractBlock();
629 629

  
630 630
            if (_firstPoll) return;
631

  
631
            //TODO: Do I need the "Modified" check if I'm not going to delete files that
632
            //were not found on the server on the first run?
633
            //TODO: Files that were not found on the server on the first run should be marked IN CONFLICT
632 634
            var deleteCandidates = from state in FileState.Queryable
633 635
                                   where state.Modified <= pollTime && state.FilePath.StartsWith(accountInfo.AccountPath)
634 636
                                   select state;

Also available in: Unified diff