From fa1a3187807b01526ef471d7560bc44e5704341d Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 16 May 2026 16:36:09 +0200 Subject: [PATCH] fs: drop outdated comment regarding UNC paths on Windows --- internal/fs/fs_local_vss.go | 2 -- 1 file changed, 2 deletions(-) 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 }