Revision 268bec7f trunk/Pithos.Core/Agents/PollAgent.cs

b/trunk/Pithos.Core/Agents/PollAgent.cs
469 469
                {
470 470
                    var localFile = fileAgent.GetFileSystemInfo(relativePath);
471 471
                    //We don't need to sync directories
472
                    if (objectInfo.Content_Type == @"application/directory" && localFile is DirectoryInfo)
472
                    if (objectInfo.IsDirectory && localFile is DirectoryInfo)
473 473
                        continue;
474 474
                    using (new SessionScope(FlushAction.Never))
475 475
                    {

Also available in: Unified diff