-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sshfs_forward_mount: best effort for uninheriting
In 6f285cd we made it so that we would uninherit all filehandles by default on windows. Some users have reported that this operation is erroring because `The parameter is incorrect.`. See #52 In this commit I am making the uninheriting operation best effort. The rationale is that if a file handle was not able to be set to uninheritable then it probably wasn't one that would get inherited in the first place. The code will now print out a warning, but continue on.
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters