Revert and replace 31d95ac, 65acc7c, 87780a5

This commit is contained in:
Audrius Butkevicius
2014-10-14 21:30:00 +01:00
parent 87780a5b7e
commit ade437d625
4 changed files with 12 additions and 11 deletions

View File

@@ -1017,7 +1017,7 @@ func (m *Model) ScanFolderSub(folder, sub string) error {
w := &scanner.Walker{
Dir: dir,
Sub: sub,
Ignores: ignores,
Matcher: ignores,
BlockSize: protocol.BlockSize,
TempNamer: defTempNamer,
CurrentFiler: cFiler{m, folder},