Skip to content

2.0.2-beta: Fix for handling in case of multiple mounts / paths

Pre-release
Pre-release
Compare
Choose a tag to compare
@das-peter das-peter released this 18 Apr 04:22
· 0 commits to master since this release

An attempt in fixing this issue winnfsd/issues/13
The server was crashing when you had two path mappings and you tried to mount both of them.
It looks like there was no handling in place to actually figure out which path mapping has to be used for the mounted path.
This ultimately led to unhandled errors.
The patched version is more defensive when using the currently selected path mapping and if it doesn't fit it searches a fitting path mapping for the mounted path.