Don't report valid types as invalid

Closes #528
This commit is contained in:
Alexander Neumann 2016-07-20 20:46:57 +02:00
parent b8c7622a8a
commit 6b7ddf1b03

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: