aboutsummaryrefslogtreecommitdiffstats
path: root/util/fusermount.c
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2018-08-31 13:38:26 +0200
committerNikolaus Rath <Nikolaus@rath.org>2018-08-31 13:46:13 +0200
commitd709f319232ae40302b7cd73ab945c3d76be01f3 (patch)
treeb43fd2d909b8c1fd116d3bb4bc7ec76062307294 /util/fusermount.c
parent3a92c69bba28aaf427c28a38c900efc314a57db3 (diff)
downloadlibfuse-d709f319232ae40302b7cd73ab945c3d76be01f3.tar.gz
Do not hardcode /etc/fuse.conf path.
Diffstat (limited to 'util/fusermount.c')
-rw-r--r--util/fusermount.c1
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