Skip to content

Commit

Permalink
nfs-win.c: fix options sent to fuse-nfs
Browse files Browse the repository at this point in the history
  • Loading branch information
billziss-gh committed Mar 24, 2017
1 parent 51c3b08 commit 1e29183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nfs-win.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

#define EXEC_ARGS \
"--foreground", \
"-orellinks", \
"-ofstypename=NFS" \
"--rellinks", \
"--fsname=NFS" \

#if 0
#define execle pr_execl
Expand Down

0 comments on commit 1e29183

Please sign in to comment.