Skip to content

Commit

Permalink
Use absolute paths in WinFSP notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Nov 28, 2024
1 parent 8b5b3ab commit a8a20b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/goofys_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ func (fs *GoofysWin) Notify(notifications []interface{}) {
in.mu.Lock()
p := in.FullName()
in.mu.Unlock()
fs.host.Notify(p+"/"+child, op)
fs.host.Notify("/"+p+"/"+child, op)
}
}
}
Expand Down

0 comments on commit a8a20b0

Please sign in to comment.