diff --git a/internal/fs/fs_local_vss.go b/internal/fs/fs_local_vss.go index dfee31779..b3db7b345 100644 --- a/internal/fs/fs_local_vss.go +++ b/internal/fs/fs_local_vss.go @@ -160,8 +160,6 @@ func (fs *LocalVss) snapshotPath(path string) string { if strings.HasPrefix(fixPath, `\\?\UNC\`) { // UNC network shares are currently not supported so we access the regular file // without snapshotting - // TODO: right now there is a problem in fixpath(): "\\host\share" is not returned as a UNC path - // "\\host\share\" is returned as a valid UNC path return path }