lib/scanner: Track modified by in symlinks (#4777)

This commit is contained in:
Audrius Butkevicius 2018-02-25 08:51:37 -05:00 committed by Simon Frei
parent 36251b86f7
commit 8df90bb475

View File

@ -390,6 +390,7 @@ func (w *walker) walkSymlink(ctx context.Context, relPath string, dchan chan pro
Version: cf.Version.Update(w.ShortID),
NoPermissions: true, // Symlinks don't have permissions of their own
SymlinkTarget: target,
ModifiedBy: w.ShortID,
}
if ok {