]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - remote/sync/files_windows.go
remote: guard against symlinks in earlier path components
[safcm/safcm.git] / remote / sync / files_windows.go
index 11252efff52ba0dc02cd402d4c00d7c732adee76..b440ed6f34a0adea1c865820eaee16d573a0c2b9 100644 (file)
@@ -29,6 +29,6 @@ func (s *Sync) syncFiles() error {
        return fmt.Errorf("not implemented on Windows")
 }
 
-func OpenFileNoFollow(path string) (*os.File, error) {
+func OpenFileNoSymlinks(path string) (*os.File, error) {
        return nil, fmt.Errorf("not implemented on Windows")
 }