Fixed bug which leads to too many transfered files

This commit is contained in:
Martin Raiber 2011-11-10 16:40:41 +01:00
parent a54bb6f663
commit a314458295

View File

@ -1461,9 +1461,14 @@ bool BackupServerGet::doIncrBackup(void)
indir_currdepth=0;
if(cf.name!=L"..")
indir_currdepth=1;
{
if(r_offline==false )
indir_currdepth=1;
}
else
{
--changelevel;
}
}
else if(indirchange==true && r_offline==false)
{