Revision 1cc1e8c5 trunk/Pithos.Core/Agents/Downloader.cs

b/trunk/Pithos.Core/Agents/Downloader.cs
321 321
            if (localState.ShortHash != shortHash)
322 322
                return true;
323 323
            //If the top hashes differ, we have a change
324
            return (localState.Checksum != cloudFile.Hash);
324
            return (localState.Checksum != cloudFile.X_Object_Hash);
325 325
        }
326 326

  
327 327
        private static FileAgent GetFileAgent(AccountInfo accountInfo)

Also available in: Unified diff