This commit is contained in:
Igor Pavlov
2016-05-20 00:00:00 +00:00
committed by Kornel Lesiński
parent 66ac98bb02
commit bec3b479dc
88 changed files with 972 additions and 753 deletions

View File

@@ -1067,10 +1067,7 @@ STDMETHODIMP CAgentFolder::BindToParentFolder(IFolderFolder **resultFolder)
if (parentIndex < 0)
proxyDirIndex = k_Proxy2_RootDirIndex;
else
{
const CProxyFile2 &file = _proxy2->Files[parentIndex];
proxyDirIndex = file.DirIndex;
}
proxyDirIndex = _proxy2->Files[parentIndex].DirIndex;
}
}
else