diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2018-08-31 13:38:26 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-08-31 13:46:13 +0200 |
commit | d709f319232ae40302b7cd73ab945c3d76be01f3 (patch) | |
tree | b43fd2d909b8c1fd116d3bb4bc7ec76062307294 /util/fusermount.c | |
parent | 3a92c69bba28aaf427c28a38c900efc314a57db3 (diff) | |
download | libfuse-d709f319232ae40302b7cd73ab945c3d76be01f3.tar.gz |
Do not hardcode /etc/fuse.conf path.
Diffstat (limited to 'util/fusermount.c')
-rw-r--r-- | util/fusermount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/fusermount.c b/util/fusermount.c index ed9d0aa..250bf76 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -35,7 +35,6 @@ #define FUSE_COMMFD_ENV "_FUSE_COMMFD" #define FUSE_DEV "/dev/fuse" -#define FUSE_CONF "/etc/fuse.conf" #ifndef MS_DIRSYNC #define MS_DIRSYNC 128 |