Skip to content

Commit

Permalink
sshfs_forward_mount: add link to win32-process upstream PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Nov 12, 2016
1 parent 3ddc6a2 commit 1e9a0cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vagrant-sshfs/cap/guest/linux/sshfs_forward_mount.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def self.windows_uninherit_handle(fileno)
# module by calling For each open IO object. Much of this code was copied from
# that module. We access the private methods by using the object.send(:method, args)
# technique. In the future we want to get a patch upstream so we don't need to
# access privat methods.
# access private methods. Upstream request is here:
# https://github.com/djberg96/win32-process/pulls

# Get the windows IO handle and make sure we were successful getting it
handle = Process.send(:get_osfhandle, fileno)
Expand Down

0 comments on commit 1e9a0cf

Please sign in to comment.