Revision 97d149c1 trunk/Pithos.Core/Agents/StatusAgent.cs

b/trunk/Pithos.Core/Agents/StatusAgent.cs
874 874

  
875 875

  
876 876
            //Stale states are those that have no corresponding local or server file
877
            return;
877
            
878 878

  
879 879
            var agent=FileAgent.GetFileAgent(accountInfo);
880 880

  
......
885 885
            //infos of accounts, containers which have no Name
886 886

  
887 887
            var serverFiles = from info in objectInfos
888
                              where info.Name != null
888 889
                              select Path.Combine(accountInfo.AccountPath,info.RelativeUrlToFilePath(accountInfo.UserName));
889 890
            var serverSet = new HashSet<string>(serverFiles);
890 891

  

Also available in: Unified diff