Merge pull request #545 from restic/fix-528

Don't report valid types as invalid
This commit is contained in:
Alexander Neumann 2016-07-20 21:17:43 +02:00
commit e8e45fe2e3

View file

@ -608,7 +608,7 @@ func (c *Checker) checkTree(id backend.ID, tree *restic.Tree) (errs []error) {
continue continue
} }
case "symlink": case "symlink", "socket", "chardev", "dev", "fifo":
// nothing to check // nothing to check
default: default: