2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 17:40:53 +00:00

Merge pull request #84 from moho1/patch-82

This should fix #82
This commit is contained in:
Alexander Neumann 2015-02-02 19:00:17 +01:00
commit 9101044941

View File

@ -489,6 +489,7 @@ func (t Tree) CreateNodeAt(node *Node, s Server, path string) error {
}
case "socket":
// nothing to do, we do not restore sockets
return nil
default:
return fmt.Errorf("filetype %q not implemented!\n", node.Type)
}